Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Use version B instead of A until we switch SDL 1.3 to SDL2
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
slouken committed Jan 7, 2012
1 parent 4b32c64 commit 9442a79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Xcode/SDL/SDL.xcodeproj/project.pbxproj
Expand Up @@ -2346,6 +2346,7 @@
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1.3;
DYLIB_CURRENT_VERSION = 1.3.0;
FRAMEWORK_VERSION = B;
GCC_PREPROCESSOR_DEFINITIONS = (
"$(GCC_PREPROCESSOR_DEFINITIONS)",
"$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)",
Expand Down Expand Up @@ -2418,6 +2419,7 @@
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1.3;
DYLIB_CURRENT_VERSION = 1.3.0;
FRAMEWORK_VERSION = B;
GCC_PREPROCESSOR_DEFINITIONS = (
"$(GCC_PREPROCESSOR_DEFINITIONS)",
"$(GCC_PREPROCESSOR_DEFINITIONS_QUOTED_1)",
Expand Down

0 comments on commit 9442a79

Please sign in to comment.