From 492160d89203d8f5d91455323d8853a93821c5e3 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 28 Apr 2005 19:41:16 +0000 Subject: [PATCH] Fixed the Mingw settings for GDAL_LIBS (was written as GDAL_LIB which wasn't being picked up as the GNUmakefiles were looking for GDAL_LIBS). --- Make/makedefs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Make/makedefs b/Make/makedefs index 79a6963b9..9b5e49f6d 100644 --- a/Make/makedefs +++ b/Make/makedefs @@ -608,7 +608,8 @@ ifeq ($(OS),MINGW) FREETYPE_LIB = -lfreetype - GDAL_LIB = -lgdal -ljpeg -lgeotiff -ltiff -lpng -lz + GDAL_INCLUDES = + GDAL_LIBS = -lgdal -ljpeg -lgeotiff -ltiff -lpng -lz XINE_INCLUDES = `xine-config --cflags` XINE_LIBS = `xine-config --libs`