summaryrefslogtreecommitdiff
path: root/ACE/bin/MakeProjectCreator/config/ipv6.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/bin/MakeProjectCreator/config/ipv6.mpb')
-rw-r--r--ACE/bin/MakeProjectCreator/config/ipv6.mpb14
1 files changed, 14 insertions, 0 deletions
diff --git a/ACE/bin/MakeProjectCreator/config/ipv6.mpb b/ACE/bin/MakeProjectCreator/config/ipv6.mpb
new file mode 100644
index 00000000000..291cee4960b
--- /dev/null
+++ b/ACE/bin/MakeProjectCreator/config/ipv6.mpb
@@ -0,0 +1,14 @@
+// -*- MPC -*-
+// $Id$
+
+feature(ipv6) {
+ specific(vc6, vc7, vc71, vc8, vc9, nmake, borland, bmake, bds4) {
+ lit_libs += iphlpapi
+ }
+
+ specific(em3) {
+ lit_libs += iphlpapi ccrtrtti
+ }
+
+ macros += ACE_HAS_IPV6
+}