summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/MakeProjectCreator/config/aceexe.mpb8
-rw-r--r--bin/MakeProjectCreator/config/acelib.mpb8
2 files changed, 8 insertions, 8 deletions
diff --git a/bin/MakeProjectCreator/config/aceexe.mpb b/bin/MakeProjectCreator/config/aceexe.mpb
index cc2f370d29d..e10cdbca535 100644
--- a/bin/MakeProjectCreator/config/aceexe.mpb
+++ b/bin/MakeProjectCreator/config/aceexe.mpb
@@ -1,6 +1,6 @@
project {
- depends = ace
- includes = $(ACE_ROOT)
- libpaths = $(ACE_ROOT)/ace
- libflags = ACE_AS_STATIC_LIBS
+ depends += ace
+ includes += $(ACE_ROOT)
+ libpaths += $(ACE_ROOT)/ace
+ libflags += ACE_AS_STATIC_LIBS
}
diff --git a/bin/MakeProjectCreator/config/acelib.mpb b/bin/MakeProjectCreator/config/acelib.mpb
index cc2f370d29d..e10cdbca535 100644
--- a/bin/MakeProjectCreator/config/acelib.mpb
+++ b/bin/MakeProjectCreator/config/acelib.mpb
@@ -1,6 +1,6 @@
project {
- depends = ace
- includes = $(ACE_ROOT)
- libpaths = $(ACE_ROOT)/ace
- libflags = ACE_AS_STATIC_LIBS
+ depends += ace
+ includes += $(ACE_ROOT)
+ libpaths += $(ACE_ROOT)/ace
+ libflags += ACE_AS_STATIC_LIBS
}