Use version B instead of A until we switch SDL 1.3 to SDL2
C.W. Betts 2012-01-06 22:58:41 PST I would NOT use A. SDL 1.2 uses A, and if I understand correctly, SDL 1.3 and SDL 1.2 are not binary compatible. Having a different link path for 1.2 and 1.3 will solve any runtime linking errors that might occur. Sam Lantinga 2012-01-07 00:22:09 PST Good point. Until we switch SDL 1.3 to SDL2, we shouldn't use the same link path.
This commit is contained in:
parent
8bf062f32b
commit
0de29d8f1a
1 changed files with 2 additions and 0 deletions
|
@ -2346,6 +2346,7 @@
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
DYLIB_COMPATIBILITY_VERSION = 1.3;
|
DYLIB_COMPATIBILITY_VERSION = 1.3;
|
||||||
DYLIB_CURRENT_VERSION = 1.3.0;
|
DYLIB_CURRENT_VERSION = 1.3.0;
|
||||||
|
FRAMEWORK_VERSION = B;
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||||
"$(GCC_PREPROCESSOR_DEFINITIONS)",
|
"$(GCC_PREPROCESSOR_DEFINITIONS)",
|
||||||
"$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)",
|
"$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)",
|
||||||
|
@ -2418,6 +2419,7 @@
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
DYLIB_COMPATIBILITY_VERSION = 1.3;
|
DYLIB_COMPATIBILITY_VERSION = 1.3;
|
||||||
DYLIB_CURRENT_VERSION = 1.3.0;
|
DYLIB_CURRENT_VERSION = 1.3.0;
|
||||||
|
FRAMEWORK_VERSION = B;
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||||
"$(GCC_PREPROCESSOR_DEFINITIONS)",
|
"$(GCC_PREPROCESSOR_DEFINITIONS)",
|
||||||
"$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)",
|
"$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue