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.mpb13
1 files changed, 13 insertions, 0 deletions
diff --git a/ACE/bin/MakeProjectCreator/config/ace_fox.mpb b/ACE/bin/MakeProjectCreator/config/ace_fox.mpb
new file mode 100644
index 00000000000..c1f5adb3c06
--- /dev/null
+++ b/ACE/bin/MakeProjectCreator/config/ace_fox.mpb
@@ -0,0 +1,13 @@
+// -*- MPC -*-
+// $Id$
+
+project {
+ requires += fox
+ // Depends on configuration from include/makeinclude/platform_*.GNU
+
+ verbatim(gnuace,local) {
+ CPPFLAGS += $(PLATFORM_FOX_CPPFLAGS)
+ LIBS += $(PLATFORM_FOX_LIBS)
+ LDFLAGS += $(PLATFORM_FOX_LDFLAGS)
+ }
+}