summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/acelib.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'bin/MakeProjectCreator/config/acelib.mpb')
-rw-r--r--bin/MakeProjectCreator/config/acelib.mpb6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/MakeProjectCreator/config/acelib.mpb b/bin/MakeProjectCreator/config/acelib.mpb
new file mode 100644
index 00000000000..d722f20a544
--- /dev/null
+++ b/bin/MakeProjectCreator/config/acelib.mpb
@@ -0,0 +1,6 @@
+project: aceversion {
+ depends += ace
+ includes += $(ACE_ROOT)
+ libpaths += $(ACE_ROOT)/ace
+ libflags += ACE_AS_STATIC_LIBS
+}