From afffc10a54b6249a2edeaa82ed8a625ddbcc2ec2 Mon Sep 17 00:00:00 2001 From: Zachary Slater Date: Wed, 18 Jul 2012 04:57:52 +0000 Subject: [PATCH] switch mac to the framework SDL... --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ce65ab90..5a4e50bf 100644 --- a/Makefile +++ b/Makefile @@ -401,7 +401,7 @@ else # ifeq Linux ifeq ($(PLATFORM),darwin) HAVE_VM_COMPILED=true - LIBS = -framework Cocoa + LIBS = -framework Cocoa -framework SDL CLIENT_LIBS= RENDERER_LIBS= OPTIMIZEVM= @@ -458,8 +458,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