summaryrefslogtreecommitdiff
path: root/ACE/bin/MakeProjectCreator/config/acedefaults.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/bin/MakeProjectCreator/config/acedefaults.mpb')
-rw-r--r--ACE/bin/MakeProjectCreator/config/acedefaults.mpb21
1 files changed, 0 insertions, 21 deletions
diff --git a/ACE/bin/MakeProjectCreator/config/acedefaults.mpb b/ACE/bin/MakeProjectCreator/config/acedefaults.mpb
deleted file mode 100644
index 93098d974ca..00000000000
--- a/ACE/bin/MakeProjectCreator/config/acedefaults.mpb
+++ /dev/null
@@ -1,21 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project: ipv6, vc_warnings, build_files, test_files {
- staticflags += ACE_AS_STATIC_LIBS
- includes += $(ACE_ROOT)
- libpaths += $(ACE_ROOT)/lib
-
- // Support the alternative Borland Make project type
- specific(bmake) {
- unicode_flags += -DACE_USES_WCHAR
- macros += ACE_LD_DECORATOR_STR=ACE_LIB_TEXT(\\"$(ILIBMODIFIER)\\")
- debug_macros += ACE_NO_INLINE=1
- }
-
- specific(automake) {
- am_release = @ACE_VERSION_NAME@
- includes += $(ACE_BUILDDIR)
- libpaths -= $(ACE_ROOT)/lib
- }
-}