Commit | Line | Data |
---|---|---|
1 | WXTOOLKIT = carbon | |
2 | WXTOOLKITUPPER = CARBON | |
3 | ||
4 | #include "wx.xcconfig" | |
5 | ||
6 | MACOSX_DEPLOYMENT_TARGET = 10.4 | |
7 | ||
8 | GCC_VERSION = 4.2 | |
9 | GCC_VERSION[arch=ppc] = 4.0 | |
10 | ||
11 | ARCHS = ppc i386 | |
12 | ||
13 | OTHER_LDFLAGS = -framework WebKit -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework AGL -framework OpenGL -framework QuickTime | |
14 |