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`