summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/taodefaults.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'bin/MakeProjectCreator/config/taodefaults.mpb')
-rw-r--r--bin/MakeProjectCreator/config/taodefaults.mpb8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/MakeProjectCreator/config/taodefaults.mpb b/bin/MakeProjectCreator/config/taodefaults.mpb
new file mode 100644
index 00000000000..83fc64b36d1
--- /dev/null
+++ b/bin/MakeProjectCreator/config/taodefaults.mpb
@@ -0,0 +1,8 @@
+// -*- MPC -*-
+// $Id$
+
+project {
+ staticflags += TAO_AS_STATIC_LIBS
+ includes += $(TAO_ROOT) $(TAO_ROOT)/tao
+ libpaths += $(ACE_ROOT)/lib
+}