]> git.jsancho.org Git - lugaru.git/blobdiff - makefile.old
Took off some FORCE markers to allow configuration on OSX
[lugaru.git] / makefile.old
index bc1d27920e275516346929588f4ae4071744b334..4527b4518bed3d6c7d0e9da8ccb8cb794cb4d3a5 100644 (file)
@@ -12,7 +12,7 @@ OPT += -O3 -fno-strict-aliasing -falign-loops=16 -fno-math-errno
 #OPT += -Os -fno-strict-aliasing
 
 BINDIR := bin
-RUNDIR := Data
+RUNDIR := .
 SRCDIR := Source
 SDLDIR := Dependencies/SDL12
 LIBPNGDIR := Dependencies/libpng
@@ -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