mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-27 14:32:55 +00:00
More updates to SDL2 libs from MAN-AT-ARMS
This commit is contained in:
parent
e13773de69
commit
32a859c680
3 changed files with 4 additions and 4 deletions
8
Makefile
8
Makefile
|
@ -474,11 +474,11 @@ ifeq ($(PLATFORM),darwin)
|
||||||
|
|
||||||
# We copy sdlmain before ranlib'ing it so that subversion doesn't think
|
# We copy sdlmain before ranlib'ing it so that subversion doesn't think
|
||||||
# the file has been modified by each build.
|
# the file has been modified by each build.
|
||||||
LIBSDLMAIN=$(B)/libSDLmain.a
|
LIBSDLMAIN=$(B)/libSDL2main.a
|
||||||
LIBSDLMAINSRC=$(LIBSDIR)/macosx/libSDLmain.a
|
LIBSDLMAINSRC=$(LIBSDIR)/macosx/libSDL2main.a
|
||||||
CLIENT_LIBS += -framework IOKit \
|
CLIENT_LIBS += -framework IOKit \
|
||||||
$(LIBSDIR)/macosx/libSDL-1.2.0.dylib
|
$(LIBSDIR)/macosx/libSDL2-2.0.0.dylib
|
||||||
RENDERER_LIBS += -framework OpenGL $(LIBSDIR)/macosx/libSDL-1.2.0.dylib
|
RENDERER_LIBS += -framework OpenGL $(LIBSDIR)/macosx/libSDL2-2.0.0.dylib
|
||||||
|
|
||||||
OPTIMIZEVM += -falign-loops=16
|
OPTIMIZEVM += -falign-loops=16
|
||||||
OPTIMIZE = $(OPTIMIZEVM) -ffast-math
|
OPTIMIZE = $(OPTIMIZEVM) -ffast-math
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue