]>
Commit | Line | Data |
---|---|---|
cf7b67ae SC |
1 | WXTOOLKIT = cocoa |
2 | WXTOOLKITUPPER = COCOA | |
3 | ||
4 | #include "wx.xcconfig" | |
5 | ||
a4130412 | 6 | MACOSX_DEPLOYMENT_TARGET = 10.5 |
20d2c191 | 7 | |
0a0ef66d | 8 | GCC_VERSION = |
20d2c191 SC |
9 | |
10 | ARCHS = ppc i386 x86_64 | |
11 | ||
a4130412 | 12 | OTHER_LDFLAGS = -framework WebKit -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework OpenGL -framework QTKit |