mirror of
git://git.sv.nongnu.org/freetype/freetype2.git
synced 2026-01-19 04:52:09 +00:00
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:
committed by
suzuki toshiya
parent
7e39a17594
commit
70431488af
@@ -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" />
|
||||
|
||||
@@ -493,6 +493,10 @@
|
||||
RelativePath="..\..\..\src\base\ftwinfnt.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\hvf\hvf.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\pcf\pcf.c"
|
||||
>
|
||||
|
||||
@@ -3612,6 +3612,10 @@
|
||||
RelativePath="..\..\..\src\base\ftpatent.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\hvf\hvf.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\pcf\pcf.c"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user