Add manually created VC10 project and solution files for the library.
[wxWidgets.git] / build / osx / wxcarbon.xcconfig
1 WXTOOLKIT = carbon
2 WXTOOLKITUPPER = CARBON
3
4 #include "wx.xcconfig"
5
6 MACOSX_DEPLOYMENT_TARGET = 10.5
7 SDKROOT = macosx
8
9 GCC_VERSION = 4.2
10 GCC_VERSION[arch=ppc] = 4.0
11
12 ARCHS = ppc i386
13
14 OTHER_LDFLAGS = -framework WebKit -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework AGL -framework OpenGL -framework QuickTime
15