From 70431488af984ff5f2fd5631906f25cd7153297c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Suzuki=2C=20Toshiya=20=28=E9=88=B4=E6=9C=A8=E4=BF=8A?= =?UTF-8?q?=E5=93=89=29?= Date: Fri, 21 Nov 2025 14:14:33 +0900 Subject: [PATCH] Update some VisualStudio project files to include src/hvf/hvf.c, to fix the error at https://gitlab.freedesktop.org/freetype/freetype/-/jobs/88070343 * builds/windows/vc2010/freetype.vcxproj: Add hvf.c before ftlzw.c. * builds/windows/visualc/freetype.vcproj: Add hvf.c before pcf.c. * builds/windows/visualce/freetype.vcproj: Add hvf.c before pcf.c. --- builds/windows/vc2010/freetype.vcxproj | 1 + builds/windows/visualc/freetype.vcproj | 4 ++++ builds/windows/visualce/freetype.vcproj | 4 ++++ 3 files changed, 9 insertions(+) diff --git a/builds/windows/vc2010/freetype.vcxproj b/builds/windows/vc2010/freetype.vcxproj index 671d12450..4efd9d460 100644 --- a/builds/windows/vc2010/freetype.vcxproj +++ b/builds/windows/vc2010/freetype.vcxproj @@ -475,6 +475,7 @@ + diff --git a/builds/windows/visualc/freetype.vcproj b/builds/windows/visualc/freetype.vcproj index a16782c23..6a5b9d697 100644 --- a/builds/windows/visualc/freetype.vcproj +++ b/builds/windows/visualc/freetype.vcproj @@ -493,6 +493,10 @@ RelativePath="..\..\..\src\base\ftwinfnt.c" > + + diff --git a/builds/windows/visualce/freetype.vcproj b/builds/windows/visualce/freetype.vcproj index e271462bd..c4b4533b6 100644 --- a/builds/windows/visualce/freetype.vcproj +++ b/builds/windows/visualce/freetype.vcproj @@ -3612,6 +3612,10 @@ RelativePath="..\..\..\src\base\ftpatent.c" > + +