summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/wxwindows.mpb
blob: 54ee238e5c12bf237674be94213dd22ff4bd46fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// -*- 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
}