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.
This commit is contained in:
Suzuki, Toshiya (鈴木俊哉)
2025-11-21 14:14:33 +09:00
committed by suzuki toshiya
parent 7e39a17594
commit 70431488af
3 changed files with 9 additions and 0 deletions

View File

@@ -475,6 +475,7 @@
<ClCompile Include="..\..\..\src\cid\type1cid.c" />
<ClCompile Include="..\..\..\src\dlg\dlgwrap.c" />
<ClCompile Include="..\..\..\src\gzip\ftgzip.c" />
<ClCompile Include="..\..\..\src\hvf\hvf.c" />
<ClCompile Include="..\..\..\src\lzw\ftlzw.c" />
<ClCompile Include="..\..\..\src\pcf\pcf.c" />
<ClCompile Include="..\..\..\src\pfr\pfr.c" />

View File

@@ -493,6 +493,10 @@
RelativePath="..\..\..\src\base\ftwinfnt.c"
>
</File>
<File
RelativePath="..\..\..\src\hvf\hvf.c"
>
</File>
<File
RelativePath="..\..\..\src\pcf\pcf.c"
>

View File

@@ -3612,6 +3612,10 @@
RelativePath="..\..\..\src\base\ftpatent.c"
>
</File>
<File
RelativePath="..\..\..\src\hvf\hvf.c"
>
</File>
<File
RelativePath="..\..\..\src\pcf\pcf.c"
>