summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/wxwindows.mpb
blob: 3a1aaeb68f5a8f00a164525cdd36fb2bf580bf51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// -*- MPC -*-
// $Id$

project {
  requires += wxWindows
  verbatim(gnuace,local) {
    # work based on the configuration of the wxWindows installation
    # PLATFORM_WX_* defined in includes/makeincludes/*_macros.GNU
    CPPFLAGS += $(PLATFORM_WX_CPPFLAGS)
    LDFLAGS  += $(PLATFORM_WX_LDFLAGS)
    LDLIBS   += $(PLATFORM_WX_LIBS)
  }

 // TBD - support other platforms
}