]> git.saurik.com Git - wxWidgets.git/blobdiff - build/osx/wxcarbon.xcconfig
Rename wxUSE_WEB to wxUSE_WEBVIEW to reflect that actually it specifically toggles...
[wxWidgets.git] / build / osx / wxcarbon.xcconfig
index 30c020aa2c576223775c2c39176147bcc4b169ef..34b5d8001aac32e19f0ebb242c9cd37aef333744 100644 (file)
@@ -3,5 +3,12 @@ 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.4
+
+GCC_VERSION = 4.2
+GCC_VERSION[arch=ppc] = 4.0
+
+ARCHS = ppc i386
+
+OTHER_LDFLAGS = -framework WebKit -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework AGL -framework OpenGL -framework QuickTime
+