From 59ea5748e91aa6841e88c7bfc0ee14cd0d8d6896 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Thu, 19 Jan 2017 20:16:34 +0100 Subject: Be more resilient wrt. the freetype headers In recent dependency builds ft2build.h is placed in freetype2/ instead of freetype/, so we add this folder to the include path. --- windows/Makefile.vc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'windows') diff --git a/windows/Makefile.vc b/windows/Makefile.vc index a3f1a7b..af70a38 100644 --- a/windows/Makefile.vc +++ b/windows/Makefile.vc @@ -99,7 +99,7 @@ LIB_OBJS= \ LIBS=kernel32.lib ole32.lib user32.lib advapi32.lib shell32.lib ws2_32.lib Dnsapi.lib Gdi32.Lib LIBS_GD=libjpeg_a.lib freetype_a.lib libpng_a.lib libiconv_a.lib zlib_a.lib libwebp_a.lib libxpm_a.lib -INCLUDES=/Isrc /I$(WITH_DEVEL)\include -I$(WITH_DEVEL)\include\libpng16 -I$(WITH_DEVEL)\include\freetype /Itests /Itests\gdtest -I$(WITH_DEVEL)\include\ +INCLUDES=/Isrc /I$(WITH_DEVEL)\include -I$(WITH_DEVEL)\include\libpng16 -I$(WITH_DEVEL)\include\freetype -I$(WITH_DEVEL)\include\freetype2 /Itests /Itests\gdtest -I$(WITH_DEVEL)\include\ LDFLAGS=/nologo /nodefaultlib:libcmt /libpath:$(WITH_DEVEL)\lib /MACHINE:$(PLATFORM) -- cgit v1.2.1