]>
Commit | Line | Data |
---|---|---|
cf7b67ae SC |
1 | WXTOOLKIT = carbon |
2 | WXTOOLKITUPPER = CARBON | |
3 | ||
4 | #include "wx.xcconfig" | |
5 | ||
225efd6d SC |
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 | ||
583f9f4f | 13 | OTHER_LDFLAGS = -framework WebKit -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework AGL -framework OpenGL -framework QuickTime |
225efd6d | 14 |