summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/ace_fl.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'bin/MakeProjectCreator/config/ace_fl.mpb')
-rw-r--r--bin/MakeProjectCreator/config/ace_fl.mpb11
1 files changed, 11 insertions, 0 deletions
diff --git a/bin/MakeProjectCreator/config/ace_fl.mpb b/bin/MakeProjectCreator/config/ace_fl.mpb
index 057d699ab66..315e3f9499e 100644
--- a/bin/MakeProjectCreator/config/ace_fl.mpb
+++ b/bin/MakeProjectCreator/config/ace_fl.mpb
@@ -15,4 +15,15 @@ project : ace_x11, ace_gl {
specific(vc8,vc71,vc7,vc6) {
libs += fltkdll
}
+
+ specific(automake) {
+ // ACE_FLTK_* macros contain X11 settings
+ compile_flags -= $(ACE_X11_CPPFLAGS)
+ linkflags -= $(ACE_X11_LDFLAGS)
+ pure_libs -= $(ACE_X11_LIBS)
+
+ compile_flags += $(ACE_FLTK_CPPFLAGS)
+ linkflags += $(ACE_FLTK_LDFLAGS)
+ pure_libs += $(ACE_FLTK_LIBS)
+ }
}