From 277a46efe050791cb52f30f8eccd091c3c0f542d Mon Sep 17 00:00:00 2001 From: Zachary Slater Date: Wed, 18 Jul 2012 04:57:52 +0000 Subject: switch mac to the framework SDL... --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e1f64469..5046c0f4 100644 --- a/Makefile +++ b/Makefile @@ -385,7 +385,7 @@ else # ifeq Linux ifeq ($(PLATFORM),darwin) HAVE_VM_COMPILED=true - LIBS = -framework Cocoa + LIBS = -framework Cocoa -framework SDL CLIENT_LIBS= RENDERER_LIBS= OPTIMIZEVM= @@ -442,8 +442,8 @@ ifeq ($(PLATFORM),darwin) LIBSDLMAIN=$(B)/libSDLmain.a LIBSDLMAINSRC=$(LIBSDIR)/macosx/libSDLmain.a CLIENT_LIBS += -framework IOKit \ - $(LIBSDIR)/macosx/libSDL-1.2.0.dylib - RENDERER_LIBS += -framework OpenGL $(LIBSDIR)/macosx/libSDL-1.2.0.dylib + -framework SDL + RENDERER_LIBS += -framework OpenGL -framework SDL OPTIMIZEVM += -falign-loops=16 OPTIMIZE = $(OPTIMIZEVM) -ffast-math -- cgit