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`
|
SDLINCLUDE := `sdl-config --cflags`
|
||||||
SDLLIBS := `sdl-config --libs`
|
SDLLIBS := `sdl-config --libs`
|
||||||
|
|
||||||
CPPFLAGS := $(LUAINCLUDE) $(SDLINCLUDE)
|
ODEINCLUDE := `ode-config --cflags`
|
||||||
LDFLAGS := $(LUALIBS) $(SDLLIBS) -lGL -lGLU
|
ODELIBS := `ode-config --libs`
|
||||||
|
|
||||||
|
CPPFLAGS := $(LUAINCLUDE) $(SDLINCLUDE) $(ODEINCLUDE)
|
||||||
|
LDFLAGS := $(LUALIBS) $(SDLLIBS) $(ODELIBS) -lGL -lGLU
|
||||||
|
|
||||||
all: $(TARGET)
|
all: $(TARGET)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user