From Markus Trenkwalder, added freetype-config support to Mingw section.

This commit is contained in:
Robert Osfield
2005-11-10 16:47:48 +00:00
parent da3c37148f
commit 9ce96d3565

View File

@@ -624,7 +624,8 @@ ifeq ($(OS),MINGW)
GIF_LIBS = -lungif
TIFF_LIB = -ltiff -lz -ljpeg
FREETYPE_LIB = -lfreetype
FREETYPE_INCLUDE = `freetype-config --cflags`
FREETYPE_LIB = `freetype-config --libs`
GDAL_INCLUDES =
GDAL_LIBS = -lgdal -ljpeg -lgeotiff -ltiff -lpng -lz