fixed link order for Windows...
git-svn-id: svn://anubis/anaglym/trunk@266 99a6e188-d820-4881-8870-2d33a10e2619
This commit is contained in:
parent
ab4d6a82b8
commit
b6902bcf4d
2
Makefile
2
Makefile
@ -28,7 +28,7 @@ FTGLINCLUDE := $(shell pkg-config --cflags ftgl)
|
||||
FTGLLIBS := $(shell pkg-config --libs ftgl)
|
||||
|
||||
SDLINCLUDE := $(shell sdl-config --cflags)
|
||||
SDLLIBS := $(shell sdl-config --libs) -lSDL_image -lSDL_sound
|
||||
SDLLIBS := -lSDL_image -lSDL_sound $(shell sdl-config --libs)
|
||||
|
||||
ODEINCLUDE := $(shell ode-config --cflags)
|
||||
ODELIBS := $(shell ode-config --libs)
|
||||
|
Loading…
x
Reference in New Issue
Block a user