summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/wxwindows.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'bin/MakeProjectCreator/config/wxwindows.mpb')
-rw-r--r--bin/MakeProjectCreator/config/wxwindows.mpb14
1 files changed, 0 insertions, 14 deletions
diff --git a/bin/MakeProjectCreator/config/wxwindows.mpb b/bin/MakeProjectCreator/config/wxwindows.mpb
deleted file mode 100644
index 54ee238e5c1..00000000000
--- a/bin/MakeProjectCreator/config/wxwindows.mpb
+++ /dev/null
@@ -1,14 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project {
- requires += wxWindows
- verbatim(gnuace,local) {
- # work based on the configuration of the wxWindows installation
- # PLATFORM_WX_* defined in includes/makeincludes/*_macros.GNU
- CPPFLAGS += $(PLATFORM_WX_CPPFLAGS)
- LDFLAGS += $(PLATFORM_WX_LDFLAGS)
- LDLIBS += $(PLATFORM_WX_LIBS)
- }
- // TBD - support other platforms
-}