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.mpb22
1 files changed, 0 insertions, 22 deletions
diff --git a/bin/MakeProjectCreator/config/ace_x11.mpb b/bin/MakeProjectCreator/config/ace_x11.mpb
deleted file mode 100644
index 0b2f478acc2..00000000000
--- a/bin/MakeProjectCreator/config/ace_x11.mpb
+++ /dev/null
@@ -1,22 +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)
- }
-
- specific(automake) {
- compile_flags += $(ACE_X11_CPPFLAGS)
- linkflags += $(ACE_X11_LDFLAGS)
- pure_libs += $(ACE_X11_LIBS)
- }
-}