From: Ryan C. Gordon Date: Thu, 13 May 2010 14:43:47 +0000 (-0400) Subject: Fixed Mac builds with makefile.old. X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;ds=sidebyside;h=6ead77cb4ea50fe5e852f70addcb3f28919740a0;p=lugaru.git Fixed Mac builds with makefile.old. --- diff --git a/makefile.old b/makefile.old index 5dd3b42..4527b45 100644 --- a/makefile.old +++ b/makefile.old @@ -100,6 +100,9 @@ ifeq ($(strip $(macosx)),true) LDFLAGS += -Wl,-syslibroot,$(XCODE_DIR)/SDKs/$(macosx_sdk_dir) LDFLAGS += -framework Cocoa -framework OpenGL -framework IOKit -framework CoreFoundation -framework Carbon -framework OpenAL LDFLAGS += ./Dependencies/SDL12/lib/macosx/libSDL-1.2.0.dylib ./Dependencies/SDL12/lib/macosx/libSDLmain-osx.a + + INCLUDES += -IDependencies/OpenAL/include/AL + INCLUDES += -IDependencies/SDL12/include else CXX := g++ CC := gcc