summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/ace_tk.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'bin/MakeProjectCreator/config/ace_tk.mpb')
-rw-r--r--bin/MakeProjectCreator/config/ace_tk.mpb14
1 files changed, 14 insertions, 0 deletions
diff --git a/bin/MakeProjectCreator/config/ace_tk.mpb b/bin/MakeProjectCreator/config/ace_tk.mpb
new file mode 100644
index 00000000000..6929d50ee62
--- /dev/null
+++ b/bin/MakeProjectCreator/config/ace_tk.mpb
@@ -0,0 +1,14 @@
+// -*- MPC -*-
+// ace_tk.mpb,v
+
+project {
+ requires += ace_with_tk
+ macros += ACE_HAS_TK
+
+ // Depends on configration from include/makeinclude/platform_*.GNU
+ verbatim(gnuace,local) {
+ CPPFLAGS += $(PLATFORM_TCL_CPPFLAGS) $(PLATFORM_TK_CPPFLAGS)
+ LIBS += $(PLATFORM_TCL_LIBS) $(PLATFORM_TK_LIBS)
+ LDFLAGS += $(PLATFORM_TCL_LIBS) $(PLATFORM_TK_LDFLAGS)
+ }
+}