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.mpb19
1 files changed, 0 insertions, 19 deletions
diff --git a/bin/MakeProjectCreator/config/taodefaults.mpb b/bin/MakeProjectCreator/config/taodefaults.mpb
deleted file mode 100644
index 6ad0a79c75d..00000000000
--- a/bin/MakeProjectCreator/config/taodefaults.mpb
+++ /dev/null
@@ -1,19 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project {
- 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)
- }
-}
-
-// 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
-} \ No newline at end of file