X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=makefile.old;h=4527b4518bed3d6c7d0e9da8ccb8cb794cb4d3a5;hb=980959d6da4f0cd440372c0efd25b89f8a034cb6;hp=5dd3b426cd527fd61f0bdaf78986a272421e65eb;hpb=79b5064ce9bf996395b8605691b09bcdbf503d2a;p=lugaru.git 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