]> git.saurik.com Git - wxWidgets.git/blobdiff - build/osx/wxcarbon.xcconfig
Ensure that the overall table border doesn't get overdrawn by cell borders with a...
[wxWidgets.git] / build / osx / wxcarbon.xcconfig
index 30c020aa2c576223775c2c39176147bcc4b169ef..8f4dc34cb3a894cf0f59a8b7a688939442d34817 100644 (file)
@@ -3,5 +3,13 @@ WXTOOLKITUPPER = CARBON
 
 #include "wx.xcconfig"
 
-OTHER_LDFLAGS = -lz -framework WebKit -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework OpenGL -framework QuickTime 
-VALID_ARCHS = i386 ppc ppc7400 ppc970
+MACOSX_DEPLOYMENT_TARGET = 10.5
+SDKROOT = macosx10.6
+
+GCC_VERSION[arch=ppc] = 4.0
+
+ARCHS = ppc i386
+VALID_ARCHS = ppc i386
+
+OTHER_LDFLAGS = -framework WebKit -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework AGL -framework OpenGL -framework QuickTime
+