Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git] / ACE / bin / MakeProjectCreator / config / wxwindows.mpb
blob5ef3db1d92ead5d6ccbfd69bf05d7704f0eec230
1 // -*- MPC -*-
2 project {
3   requires += wxWindows
4   verbatim(gnuace,local) {
5     # work based on the configuration of the wxWindows installation
6     # PLATFORM_WX_* defined in includes/makeincludes/*_macros.GNU
7     CPPFLAGS += $(PLATFORM_WX_CPPFLAGS)
8     LDFLAGS  += $(PLATFORM_WX_LDFLAGS)
9     LDLIBS   += $(PLATFORM_WX_LIBS)
10   }
12  // TBD - support other platforms