fixed command line argument in Makefile
git-svn-id: svn://anubis/dwscr/trunk@89 5bef9df8-b654-44bb-925b-0ff18baa8f8c
This commit is contained in:
parent
6b8e14f8b8
commit
bef677581f
2
Makefile
2
Makefile
@ -30,7 +30,7 @@ SDL_BASE := C:\apps\SDL-1.2.13
|
|||||||
ODE_BASE := C:\apps\ode-0.9
|
ODE_BASE := C:\apps\ode-0.9
|
||||||
export CPPFLAGS += -I$(SDL_BASE)\include -D_GNU_SOURCE=1 -Dmain=SDL_main
|
export CPPFLAGS += -I$(SDL_BASE)\include -D_GNU_SOURCE=1 -Dmain=SDL_main
|
||||||
ifndef WITHOUT_ODE
|
ifndef WITHOUT_ODE
|
||||||
export CPPFLAGS += -i$(ODE_BASE)\include
|
export CPPFLAGS += -I$(ODE_BASE)\include
|
||||||
endif
|
endif
|
||||||
LDFLAGS += -L$(SDL_BASE)\lib -lopengl32 -lglu32 -lmingw32 -mwindows -lSDLmain -lSDL
|
LDFLAGS += -L$(SDL_BASE)\lib -lopengl32 -lglu32 -lmingw32 -mwindows -lSDLmain -lSDL
|
||||||
ifndef WITHOUT_ODE
|
ifndef WITHOUT_ODE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user