]> git.saurik.com Git - wxWidgets.git/blobdiff - build/osx/wxcocoa.xcconfig
rebaked Xcode proj for cocoa after date & timectrls were added
[wxWidgets.git] / build / osx / wxcocoa.xcconfig
index b649e813597ca3553c3f9982978392fbf5dd832e..e5a73a7cd1b4893d8913c2c093705fcc9396c1bf 100644 (file)
@@ -3,4 +3,12 @@ WXTOOLKITUPPER = COCOA
 
 #include "wx.xcconfig"
 
-OTHER_LDFLAGS = -lz -framework WebKit -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework OpenGL -framework QuickTime 
+MACOSX_DEPLOYMENT_TARGET = 10.4
+MACOSX_DEPLOYMENT_TARGET[arch=x86_64] = 10.5
+
+GCC_VERSION = 4.2
+GCC_VERSION[arch=ppc] = 4.0
+
+ARCHS = ppc i386 x86_64
+
+OTHER_LDFLAGS = -framework WebKit -framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework OpenGL -framework QuickTime