Fix Savannah bug #30030.
* builds/win32/*/freetype.vcproj: Add ftxf86.c.
This commit is contained in:
parent
2dc76a4650
commit
e8770c679b
|
@ -1,3 +1,9 @@
|
||||||
|
2010-07-05 Werner Lemberg <wl@gnu.org>
|
||||||
|
|
||||||
|
Fix Savannah bug #30030.
|
||||||
|
|
||||||
|
* builds/win32/*/freetype.vcproj: Add ftxf86.c.
|
||||||
|
|
||||||
2010-07-05 Werner Lemberg <wl@gnu.org>
|
2010-07-05 Werner Lemberg <wl@gnu.org>
|
||||||
|
|
||||||
[cff] Next try to fix `hintmask' and `cntrmask' limit check.
|
[cff] Next try to fix `hintmask' and `cntrmask' limit check.
|
||||||
|
|
|
@ -374,6 +374,8 @@
|
||||||
</File>
|
</File>
|
||||||
<File RelativePath="..\..\..\src\base\ftwinfnt.c">
|
<File RelativePath="..\..\..\src\base\ftwinfnt.c">
|
||||||
</File>
|
</File>
|
||||||
|
<File RelativePath="..\..\..\src\base\ftxf86.c">
|
||||||
|
</File>
|
||||||
<File RelativePath="..\..\..\src\base\ftlcdfil.c">
|
<File RelativePath="..\..\..\src\base\ftlcdfil.c">
|
||||||
</File>
|
</File>
|
||||||
<File RelativePath="..\..\..\src\base\ftgxval.c">
|
<File RelativePath="..\..\..\src\base\ftgxval.c">
|
||||||
|
|
|
@ -1319,6 +1319,10 @@
|
||||||
RelativePath="..\..\..\src\base\ftwinfnt.c"
|
RelativePath="..\..\..\src\base\ftwinfnt.c"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\..\src\base\ftxf86.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\src\base\ftlcdfil.c"
|
RelativePath="..\..\..\src\base\ftlcdfil.c"
|
||||||
>
|
>
|
||||||
|
|
|
@ -1318,6 +1318,10 @@
|
||||||
RelativePath="..\..\..\src\base\ftwinfnt.c"
|
RelativePath="..\..\..\src\base\ftwinfnt.c"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\..\src\base\ftxf86.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\src\base\ftlcdfil.c"
|
RelativePath="..\..\..\src\base\ftlcdfil.c"
|
||||||
>
|
>
|
||||||
|
|
|
@ -8704,6 +8704,10 @@
|
||||||
RelativePath="..\..\..\src\base\ftwinfnt.c"
|
RelativePath="..\..\..\src\base\ftwinfnt.c"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\..\src\base\ftxf86.c"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\src\base\ftlcdfil.c"
|
RelativePath="..\..\..\src\base\ftlcdfil.c"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue