summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/ace_x11.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'bin/MakeProjectCreator/config/ace_x11.mpb')
-rw-r--r--bin/MakeProjectCreator/config/ace_x11.mpb16
1 files changed, 16 insertions, 0 deletions
diff --git a/bin/MakeProjectCreator/config/ace_x11.mpb b/bin/MakeProjectCreator/config/ace_x11.mpb
new file mode 100644
index 00000000000..700f331fc79
--- /dev/null
+++ b/bin/MakeProjectCreator/config/ace_x11.mpb
@@ -0,0 +1,16 @@
+// -*- MPC -*-
+// $Id$
+
+project {
+ specific(vc6,vc7,vc71,vc8) {
+ } else {
+ requires += x11
+ }
+
+ // Depends on configration from include/makeinclude/platform_*.GNU
+ verbatim(gnuace,local) {
+ CPPFLAGS += $(PLATFORM_X11_CPPFLAGS)
+ LIBS += $(PLATFORM_X11_LIBS)
+ LDFLAGS += $(PLATFORM_X11_LDFLAGS)
+ }
+}