summaryrefslogtreecommitdiff
path: root/ACE/bin/MakeProjectCreator/config/taodefaults.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/bin/MakeProjectCreator/config/taodefaults.mpb')
-rw-r--r--ACE/bin/MakeProjectCreator/config/taodefaults.mpb20
1 files changed, 20 insertions, 0 deletions
diff --git a/ACE/bin/MakeProjectCreator/config/taodefaults.mpb b/ACE/bin/MakeProjectCreator/config/taodefaults.mpb
new file mode 100644
index 00000000000..0343a1e0814
--- /dev/null
+++ b/ACE/bin/MakeProjectCreator/config/taodefaults.mpb
@@ -0,0 +1,20 @@
+// -*- MPC -*-
+// $Id$
+
+project : exceptions {
+ staticflags += TAO_AS_STATIC_LIBS
+ includes += $(TAO_ROOT)
+ libpaths += $(ACE_ROOT)/lib
+
+ specific(automake) {
+ am_version = @TAO_MAJOR@:@TAO_MINOR@:@TAO_BETA@
+ includes += $(TAO_BUILDDIR)
+ libpaths -= $(ACE_ROOT)/lib
+ }
+}
+
+// If the corba_messaging feature is disabled, then we need
+// to add the TAO_HAS_CORBA_MESSAGING=0 macro onto the command line.
+feature(!corba_messaging) {
+ macros += TAO_HAS_CORBA_MESSAGING=0
+}