new settings, removing incorrect setup
[wxWidgets.git] / build / osx / wxcocoa.xcconfig
1 WXTOOLKIT = cocoa
2 WXTOOLKITUPPER = COCOA
3
4 #include "wx.xcconfig"
5
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
14 OTHER_LDFLAGS = -framework WebKit -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework OpenGL -framework QuickTime