]> git.saurik.com Git - wxWidgets.git/blame - build/osx/wxcarbon.xcconfig
Implement monitoring of file descriptors in wxMotif event loop.
[wxWidgets.git] / build / osx / wxcarbon.xcconfig
CommitLineData
cf7b67ae
SC
1WXTOOLKIT = carbon
2WXTOOLKITUPPER = CARBON
3
4#include "wx.xcconfig"
5
38c1c599
SC
6MACOSX_DEPLOYMENT_TARGET = 10.5
7SDKROOT = macosx
225efd6d
SC
8
9GCC_VERSION = 4.2
a7ff4094 10GCC_VERSION[arch=ppc] = 4.0
225efd6d
SC
11
12ARCHS = ppc i386
13
583f9f4f 14OTHER_LDFLAGS = -framework WebKit -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework AGL -framework OpenGL -framework QuickTime
225efd6d 15