From 4780cef266bfcad933e10129544a0eb5583991b6 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Mon, 19 Aug 2013 23:19:29 +0100 Subject: More updates to SDL2 libs from MAN-AT-ARMS --- Makefile | 8 ++++---- src/libs/macosx/libSDL2-2.0.0.dylib | Bin 1312840 -> 3774936 bytes src/libs/macosx/libSDL2main.a | Bin 3976 -> 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 Binary files a/src/libs/macosx/libSDL2-2.0.0.dylib and b/src/libs/macosx/libSDL2-2.0.0.dylib differ diff --git a/src/libs/macosx/libSDL2main.a b/src/libs/macosx/libSDL2main.a index 687fceda..514a169f 100644 Binary files a/src/libs/macosx/libSDL2main.a and b/src/libs/macosx/libSDL2main.a differ -- cgit