summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/ace_gtk.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'bin/MakeProjectCreator/config/ace_gtk.mpb')
-rw-r--r--bin/MakeProjectCreator/config/ace_gtk.mpb13
1 files changed, 0 insertions, 13 deletions
diff --git a/bin/MakeProjectCreator/config/ace_gtk.mpb b/bin/MakeProjectCreator/config/ace_gtk.mpb
deleted file mode 100644
index c1235d4633f..00000000000
--- a/bin/MakeProjectCreator/config/ace_gtk.mpb
+++ /dev/null
@@ -1,13 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project {
- macros += ACE_HAS_GTK
-
- // Depends on configration from include/makeinclude/platform_*.GNU
- verbatim(gnuace,local) {
- CPPFLAGS += $(PLATFORM_GTK_CPPFLAGS)
- LIBS += $(PLATFORM_GTK_LIBS)
- LDFLAGS += $(PLATFORM_GTK_LDFLAGS)
- }
-}