Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git] / ACE / bin / MakeProjectCreator / config / ace_xt.mpb
blob669932ec45dd537ceb7c23bebb9dc1d68b4fb4d2
1 // -*- MPC -*-
2 project: ace_x11 {
3   // this feature by default is set to 1 as projects dependent on Xt has their own features
4   requires += xt
6   // Depends on configuration from include/makeinclude/platform_*.GNU
7   verbatim(gnuace,local) {
8         CPPFLAGS += $(PLATFORM_XT_CPPFLAGS) $(PLATFORM_X11_CPPFLAGS)
9         LIBS += $(PLATFORM_XT_LIBS) $(PLATFORM_X11_LIBS)
10         LDFLAGS += $(PLATFORM_XT_LDFLAGS) $(PLATFORM_X11_LDFLAGS)
11   }