added ODE flags
git-svn-id: svn://anubis/anaglym/trunk@23 99a6e188-d820-4881-8870-2d33a10e2619
This commit is contained in:
parent
8817201a27
commit
0dfe8e5e98
7
Makefile
7
Makefile
@ -22,8 +22,11 @@ endif
|
||||
SDLINCLUDE := `sdl-config --cflags`
|
||||
SDLLIBS := `sdl-config --libs`
|
||||
|
||||
CPPFLAGS := $(LUAINCLUDE) $(SDLINCLUDE)
|
||||
LDFLAGS := $(LUALIBS) $(SDLLIBS) -lGL -lGLU
|
||||
ODEINCLUDE := `ode-config --cflags`
|
||||
ODELIBS := `ode-config --libs`
|
||||
|
||||
CPPFLAGS := $(LUAINCLUDE) $(SDLINCLUDE) $(ODEINCLUDE)
|
||||
LDFLAGS := $(LUALIBS) $(SDLLIBS) $(ODELIBS) -lGL -lGLU
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user