summaryrefslogtreecommitdiff
path: root/ACE/bin/MakeProjectCreator/config/ace_fox.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/bin/MakeProjectCreator/config/ace_fox.mpb')
-rw-r--r--ACE/bin/MakeProjectCreator/config/ace_fox.mpb19
1 files changed, 0 insertions, 19 deletions
diff --git a/ACE/bin/MakeProjectCreator/config/ace_fox.mpb b/ACE/bin/MakeProjectCreator/config/ace_fox.mpb
deleted file mode 100644
index cc8c2f967f6..00000000000
--- a/ACE/bin/MakeProjectCreator/config/ace_fox.mpb
+++ /dev/null
@@ -1,19 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project {
- requires += fox
- // Depends on configration from include/makeinclude/platform_*.GNU
-
- verbatim(gnuace,local) {
- CPPFLAGS += $(PLATFORM_FOX_CPPFLAGS)
- LIBS += $(PLATFORM_FOX_LIBS)
- LDFLAGS += $(PLATFORM_FOX_LDFLAGS)
- }
-
- specific(automake) {
- compile_flags += $(ACE_FOX_CPPFLAGS)
- linkflags += $(ACE_FOX_LDFLAGS)
- pure_libs += $(ACE_FOX_LIBS)
- }
-}