fixed link order for Windows...

git-svn-id: svn://anubis/anaglym/trunk@266 99a6e188-d820-4881-8870-2d33a10e2619
This commit is contained in:
Josh Holtrop 2010-02-25 20:53:37 +00:00
parent ab4d6a82b8
commit b6902bcf4d

View File

@ -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)