Set default compiler to GCC 4.0 not to break support with the Mac OS X 10.4 SDK.
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1206 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
0093952872
commit
6a3e2079f5
5 changed files with 51 additions and 43 deletions
|
@ -803,6 +803,7 @@
|
|||
CONFIGURATION_BUILD_DIR = ../../bin;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
FRAMEWORK_SEARCH_PATHS = "\"$(SRCROOT)/../../../lib\"";
|
||||
GCC_VERSION = 4.0;
|
||||
OBJROOT = build;
|
||||
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
|
||||
SYMROOT = ../../bin;
|
||||
|
@ -817,6 +818,7 @@
|
|||
CONFIGURATION_BUILD_DIR = ../../bin;
|
||||
COPY_PHASE_STRIP = YES;
|
||||
FRAMEWORK_SEARCH_PATHS = "\"$(SRCROOT)/../../../lib\"";
|
||||
GCC_VERSION = 4.0;
|
||||
OBJROOT = build;
|
||||
SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
|
||||
SYMROOT = ../../bin;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue