Commit 0de29d8f authored by Sam Lantinga's avatar Sam Lantinga

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.
parent 8bf062f3
......@@ -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)",
......@@ -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)",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment