From d4c70655b2f2398c2ed989fc09a368286515ac6d Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 9 Dec 2005 19:14:55 +0000 Subject: [PATCH] From Simon Julier, library reordering for compiling osgTerrain under cygwin. --- Make/makedefs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Make/makedefs b/Make/makedefs index 54a480637..f8466a26f 100644 --- a/Make/makedefs +++ b/Make/makedefs @@ -575,8 +575,8 @@ ifeq ($(OS),CYGWIN) FREETYPE_LIB = `freetype-config --libs` GDAL_INCLUDES = `gdal-config --cflags` - GDAL_LIBS = `gdal-config --dep-libs` - GDAL_LIBS += `gdal-config --libs` + GDAL_LIBS = `gdal-config --libs` + GDAL_LIBS += `gdal-config --dep-libs` XINE_INCLUDES = `xine-config --cflags` XINE_LIBS = `xine-config --libs`