fixed command line argument in Makefile

git-svn-id: svn://anubis/dwscr/trunk@89 5bef9df8-b654-44bb-925b-0ff18baa8f8c
This commit is contained in:
josh 2008-09-22 17:52:38 +00:00
parent 6b8e14f8b8
commit bef677581f

View File

@ -30,7 +30,7 @@ SDL_BASE := C:\apps\SDL-1.2.13
ODE_BASE := C:\apps\ode-0.9
export CPPFLAGS += -I$(SDL_BASE)\include -D_GNU_SOURCE=1 -Dmain=SDL_main
ifndef WITHOUT_ODE
export CPPFLAGS += -i$(ODE_BASE)\include
export CPPFLAGS += -I$(ODE_BASE)\include
endif
LDFLAGS += -L$(SDL_BASE)\lib -lopengl32 -lglu32 -lmingw32 -mwindows -lSDLmain -lSDL
ifndef WITHOUT_ODE