2010-01-03 13:20:28 -05:00
|
|
|
WXTOOLKIT = carbon
|
|
|
|
WXTOOLKITUPPER = CARBON
|
|
|
|
|
|
|
|
#include "wx.xcconfig"
|
|
|
|
|
2011-06-21 05:01:21 -04:00
|
|
|
MACOSX_DEPLOYMENT_TARGET = 10.4
|
|
|
|
|
|
|
|
GCC_VERSION = 4.2
|
|
|
|
GCC_VERSION[arch=ppc] = 4.0
|
|
|
|
|
|
|
|
ARCHS = ppc i386
|
|
|
|
|
2010-01-05 08:54:44 -05:00
|
|
|
OTHER_LDFLAGS = -framework WebKit -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework AGL -framework OpenGL -framework QuickTime
|
2011-06-21 05:01:21 -04:00
|
|
|
|