Skip to content

Commit

Permalink
More updates to SDL2 libs from MAN-AT-ARMS
Browse files Browse the repository at this point in the history
  • Loading branch information
timangus committed Aug 19, 2013
1 parent e13773d commit 32a859c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Expand Up @@ -474,11 +474,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

OPTIMIZEVM += -falign-loops=16
OPTIMIZE = $(OPTIMIZEVM) -ffast-math
Expand Down
Binary file modified code/libs/macosx/libSDL2-2.0.0.dylib
Binary file not shown.
Binary file modified code/libs/macosx/libSDL2main.a
Binary file not shown.

0 comments on commit 32a859c

Please sign in to comment.