macosx makefile

This commit is contained in:
p.kosyh 2010-08-02 07:15:25 +00:00
parent 89d4d84104
commit 35331ae260

View file

@ -27,7 +27,7 @@ LUA_LFLAGS=$(shell pkg-config --libs lua5.1)
SDL_CFLAGS=$(shell sdl-config --cflags)
SDL_LFLAGS=$(shell sdl-config --libs) -lSDL_ttf -lSDL_mixer -lSDL_image
CFLAGS += -g -Wall -Dunix -D_USE_UNPACK -D_LOCAL_APPDATA -D_SDL_MOD_BUG
CFLAGS += -g -Wall -Dunix -D_USE_UNPACK -D_USE_BROWSE -D_SDL_MOD_BUG
INSTALLD=echo "Do not install standalone version!"
INSTALLB=echo "Do not install standalone version!"