summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2002-06-20 16:38:48 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2002-06-20 16:38:48 +0000
commit35673ccbb36052d6b0569d3c1a4af8215c82b657 (patch)
tree5678fb01f0f2cd9b81467623185de14cba84b0d8
parent20dfacdf894b67afcf4f0a7a985dc13ab71e5d48 (diff)
downloadATCD-35673ccbb36052d6b0569d3c1a4af8215c82b657.tar.gz
Change these base projects to add includes, libs, etc. instead of assign
-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
}