From dc4dfc501ca90ae777ec27ca1e3df7931fd4eeca Mon Sep 17 00:00:00 2001 From: Richard Allen Date: Mon, 31 Dec 2012 01:32:15 +0000 Subject: More fixes to the macosx buildsystem. This removes the SDL Framework and makes use of a SDL library that is position independant. This also brings back PPC builds into the UB and also as a standa alone build choice. --- src/libs/macosx/SDL-1.2.15.framework.zip | Bin 1309261 -> 0 bytes src/libs/macosx/libSDL-1.2.0.dylib | Bin 1844452 -> 1844612 bytes src/libs/macosx/libSDLmain.a | Bin 123204 -> 123212 bytes 3 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 src/libs/macosx/SDL-1.2.15.framework.zip (limited to 'src/libs/macosx') diff --git a/src/libs/macosx/SDL-1.2.15.framework.zip b/src/libs/macosx/SDL-1.2.15.framework.zip deleted file mode 100644 index ec32e38f..00000000 Binary files a/src/libs/macosx/SDL-1.2.15.framework.zip and /dev/null differ diff --git a/src/libs/macosx/libSDL-1.2.0.dylib b/src/libs/macosx/libSDL-1.2.0.dylib index e3ea15fa..686a5405 100755 Binary files a/src/libs/macosx/libSDL-1.2.0.dylib and b/src/libs/macosx/libSDL-1.2.0.dylib differ diff --git a/src/libs/macosx/libSDLmain.a b/src/libs/macosx/libSDLmain.a index 3bd7a293..d39e7a35 100644 Binary files a/src/libs/macosx/libSDLmain.a and b/src/libs/macosx/libSDLmain.a differ -- cgit