From b6902bcf4d00f5bfacea07acc1ba4b5a8f8b9a83 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Thu, 25 Feb 2010 20:53:37 +0000 Subject: [PATCH] fixed link order for Windows... git-svn-id: svn://anubis/anaglym/trunk@266 99a6e188-d820-4881-8870-2d33a10e2619 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f5678a0..2812187 100644 --- a/Makefile +++ b/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)