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).
This commit is contained in:
Robert Osfield
2005-04-28 19:41:16 +00:00
parent bf13c8ca14
commit 492160d892

View File

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