]>
Commit | Line | Data |
---|---|---|
cf7b67ae SC |
1 | WXTOOLKIT = cocoa |
2 | WXTOOLKITUPPER = COCOA | |
3 | ||
4 | #include "wx.xcconfig" | |
5 | ||
20d2c191 SC |
6 | MACOSX_DEPLOYMENT_TARGET = 10.4 |
7 | MACOSX_DEPLOYMENT_TARGET[arch=x86_64] = 10.5 | |
8 | ||
9 | GCC_VERSION = 4.2 | |
10 | GCC_VERSION[arch=ppc] = 4.0 | |
11 | ||
12 | ARCHS = ppc i386 x86_64 | |
13 | ||
583f9f4f | 14 | OTHER_LDFLAGS = -framework WebKit -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework OpenGL -framework QuickTime |