]> git.saurik.com Git - wxWidgets.git/commitdiff
set default deployment and compiler flags
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 21 Jun 2011 08:57:05 +0000 (08:57 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 21 Jun 2011 08:57:05 +0000 (08:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67993 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/osx/wxcocoa.xcconfig

index e6fc8c4d3585b9987cb7cb6e3a3937f1ca7f8a03..e5a73a7cd1b4893d8913c2c093705fcc9396c1bf 100644 (file)
@@ -3,4 +3,12 @@ WXTOOLKITUPPER = COCOA
 
 #include "wx.xcconfig"
 
+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