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, 0 insertions, 16 deletions
diff --git a/bin/MakeProjectCreator/config/ace_x11.mpb b/bin/MakeProjectCreator/config/ace_x11.mpb
deleted file mode 100644
index 700f331fc79..00000000000
--- a/bin/MakeProjectCreator/config/ace_x11.mpb
+++ /dev/null
@@ -1,16 +0,0 @@
-// -*- 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)
- }
-}