From bef677581fc59c430481852c062291a212386793 Mon Sep 17 00:00:00 2001 From: josh Date: Mon, 22 Sep 2008 17:52:38 +0000 Subject: [PATCH] fixed command line argument in Makefile git-svn-id: svn://anubis/dwscr/trunk@89 5bef9df8-b654-44bb-925b-0ff18baa8f8c --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a394d6d..94b20a8 100644 --- a/Makefile +++ b/Makefile @@ -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