summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/acedefaults.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'bin/MakeProjectCreator/config/acedefaults.mpb')
-rw-r--r--bin/MakeProjectCreator/config/acedefaults.mpb25
1 files changed, 0 insertions, 25 deletions
diff --git a/bin/MakeProjectCreator/config/acedefaults.mpb b/bin/MakeProjectCreator/config/acedefaults.mpb
deleted file mode 100644
index e6f5fc5f01f..00000000000
--- a/bin/MakeProjectCreator/config/acedefaults.mpb
+++ /dev/null
@@ -1,25 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project: zlib, zzip, ipv6 {
- 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_version = @ACE_MAJOR@:@ACE_MINOR@:@ACE_BETA@
- includes += $(ACE_BUILDDIR)
- }
-
- specific(vc8) {
- // Enable structured exception handling
- ExceptionHandling = 2
- }
-}