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:
ceylo 2009-08-28 15:27:07 +00:00
parent 0093952872
commit 6a3e2079f5
5 changed files with 51 additions and 43 deletions

View file

@ -1606,6 +1606,7 @@
);
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = CSFML_EXPORTS;
GCC_VERSION = 4.0;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_CHECK_SWITCH_STATEMENTS = YES;
@ -1654,6 +1655,7 @@
);
GCC_OPTIMIZATION_LEVEL = 2;
GCC_PREPROCESSOR_DEFINITIONS = CSFML_EXPORTS;
GCC_VERSION = 4.0;
HEADER_SEARCH_PATHS = (
"$(SRCROOT)/../src",
"$(SRCROOT)/../include",