* builds/win32/visualc/freetype.dsp: Fix raster1->raster and
type1z->type1.
This commit is contained in:
parent
e503527c64
commit
e397e2a340
|
@ -1,3 +1,8 @@
|
||||||
|
2000-11-11 Werner Lemberg <wl@gnu.org>
|
||||||
|
|
||||||
|
* builds/win32/visualc/freetype.dsp: Fix raster1->raster and
|
||||||
|
type1z->type1.
|
||||||
|
|
||||||
2000-11-11 Tom Kacvinsky <tjk@ams.org>
|
2000-11-11 Tom Kacvinsky <tjk@ams.org>
|
||||||
|
|
||||||
* builds/unix/freetype-config.in, builds/cygwin/freetype-config.in:
|
* builds/unix/freetype-config.in, builds/cygwin/freetype-config.in:
|
||||||
|
|
|
@ -174,7 +174,7 @@ SOURCE=.\src\psnames\psmodule.c
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\src\raster1\raster1.c
|
SOURCE=.\src\raster\raster.c
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
|
@ -194,7 +194,7 @@ SOURCE=.\src\cid\type1cid.c
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\src\type1z\type1z.c
|
SOURCE=.\src\type1\type1.c
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue