From 6ead77cb4ea50fe5e852f70addcb3f28919740a0 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 13 May 2010 10:43:47 -0400 Subject: [PATCH] Fixed Mac builds with makefile.old. --- makefile.old | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2