Allow using _T() in docs/doxygen/overviews/changes_since28.h.
[wxWidgets.git] / build / osx / wxcarbon.xcconfig
0 / 14 (  0%)
CommitLineData
1WXTOOLKIT = carbon
2WXTOOLKITUPPER = CARBON
3
4#include "wx.xcconfig"
5
6MACOSX_DEPLOYMENT_TARGET = 10.4
7
8GCC_VERSION = 4.2
9GCC_VERSION[arch=ppc] = 4.0
10
11ARCHS = ppc i386
12
13OTHER_LDFLAGS = -framework WebKit -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework AGL -framework OpenGL -framework QuickTime
14