summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile8
-rwxr-xr-xsrc/libs/macosx/libSDL2-2.0.0.dylibbin1312840 -> 3774936 bytes
-rw-r--r--src/libs/macosx/libSDL2main.abin3976 -> 10892 bytes
3 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 935f09a3..e5b7a695 100644
--- a/Makefile
+++ b/Makefile
@@ -466,11 +466,11 @@ ifeq ($(PLATFORM),darwin)
# We copy sdlmain before ranlib'ing it so that subversion doesn't think
# the file has been modified by each build.
- LIBSDLMAIN=$(B)/libSDLmain.a
- LIBSDLMAINSRC=$(LIBSDIR)/macosx/libSDLmain.a
+ LIBSDLMAIN=$(B)/libSDL2main.a
+ LIBSDLMAINSRC=$(LIBSDIR)/macosx/libSDL2main.a
CLIENT_LIBS += -framework IOKit \
- $(LIBSDIR)/macosx/libSDL-1.2.0.dylib
- RENDERER_LIBS += -framework OpenGL $(LIBSDIR)/macosx/libSDL-1.2.0.dylib
+ $(LIBSDIR)/macosx/libSDL2-2.0.0.dylib
+ RENDERER_LIBS += -framework OpenGL $(LIBSDIR)/macosx/libSDL2-2.0.0.dylib
OPTIMIZE = $(OPTIMIZEVM) -ffast-math
diff --git a/src/libs/macosx/libSDL2-2.0.0.dylib b/src/libs/macosx/libSDL2-2.0.0.dylib
index 9fe6320b..20baaa65 100755
--- a/src/libs/macosx/libSDL2-2.0.0.dylib
+++ b/src/libs/macosx/libSDL2-2.0.0.dylib
Binary files differ
diff --git a/src/libs/macosx/libSDL2main.a b/src/libs/macosx/libSDL2main.a
index 687fceda..514a169f 100644
--- a/src/libs/macosx/libSDL2main.a
+++ b/src/libs/macosx/libSDL2main.a
Binary files differ