diff options
Diffstat (limited to 'ACE/bin/MakeProjectCreator/config/ipv6.mpb')
-rwxr-xr-x | ACE/bin/MakeProjectCreator/config/ipv6.mpb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ACE/bin/MakeProjectCreator/config/ipv6.mpb b/ACE/bin/MakeProjectCreator/config/ipv6.mpb new file mode 100755 index 00000000000..e8c1b083e56 --- /dev/null +++ b/ACE/bin/MakeProjectCreator/config/ipv6.mpb @@ -0,0 +1,9 @@ +// -*- MPC -*- +// $Id$ + +feature(ipv6) { + specific(vc6, vc7, vc71, vc8, nmake, borland, bmake, cbx) { + lit_libs += iphlpapi + } + macros += ACE_HAS_IPV6 +} |