summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscuri <scuri>2009-10-23 19:15:29 +0000
committerscuri <scuri>2009-10-23 19:15:29 +0000
commit8a059c0ddda38d88aee6c8657b41ef81adb0171c (patch)
tree7f7914f4dc5899a317c8a86edab68ddeb0720e44
parent999918c4962de2ae2bf1acaab2f5f50024a259e1 (diff)
*** empty log message ***
-rw-r--r--mak.vc9/cd_freetype.vcproj36
-rw-r--r--src/cd_freetype.mak5
2 files changed, 2 insertions, 39 deletions
diff --git a/mak.vc9/cd_freetype.vcproj b/mak.vc9/cd_freetype.vcproj
index 9fcb1b8..333d103 100644
--- a/mak.vc9/cd_freetype.vcproj
+++ b/mak.vc9/cd_freetype.vcproj
@@ -93,10 +93,6 @@
Name="FreeType2"
>
<File
- RelativePath="..\src\freetype2\autofit\afpic.c"
- >
- </File>
- <File
RelativePath="..\src\freetype2\autofit\autofit.c"
>
</File>
@@ -109,10 +105,6 @@
>
</File>
<File
- RelativePath="..\src\freetype2\cff\cffpic.c"
- >
- </File>
- <File
RelativePath="..\src\freetype2\cache\ftcache.c"
>
</File>
@@ -125,10 +117,6 @@
>
</File>
<File
- RelativePath="..\src\freetype2\smooth\ftspic.c"
- >
- </File>
- <File
RelativePath="..\src\freetype2\gxvalid\gxvalid.c"
>
</File>
@@ -137,10 +125,6 @@
>
</File>
<File
- RelativePath="..\src\freetype2\otvalid\otvmath.c"
- >
- </File>
- <File
RelativePath="..\src\freetype2\pcf\pcf.c"
>
</File>
@@ -157,34 +141,18 @@
>
</File>
<File
- RelativePath="..\src\freetype2\pshinter\pshpic.c"
- >
- </File>
- <File
RelativePath="..\src\freetype2\psnames\psnames.c"
>
</File>
<File
- RelativePath="..\src\freetype2\psnames\pspic.c"
- >
- </File>
- <File
RelativePath="..\src\freetype2\raster\raster.c"
>
</File>
<File
- RelativePath="..\src\freetype2\raster\rastpic.c"
- >
- </File>
- <File
RelativePath="..\src\freetype2\sfnt\sfnt.c"
>
</File>
<File
- RelativePath="..\src\freetype2\sfnt\sfntpic.c"
- >
- </File>
- <File
RelativePath="..\src\freetype2\smooth\smooth.c"
>
</File>
@@ -193,10 +161,6 @@
>
</File>
<File
- RelativePath="..\src\freetype2\truetype\ttpic.c"
- >
- </File>
- <File
RelativePath="..\src\freetype2\type1\type1.c"
>
</File>
diff --git a/src/cd_freetype.mak b/src/cd_freetype.mak
index d5c9926..d5c7932 100644
--- a/src/cd_freetype.mak
+++ b/src/cd_freetype.mak
@@ -4,13 +4,12 @@ OPT = YES
# Changes to freetype-2.3.11: search for CDLIB (2).
SRC := \
- autofit/afpic.c autofit/autofit.c bdf/bdf.c cff/cff.c \
+ autofit/autofit.c bdf/bdf.c cff/cff.c \
base/ftbase.c base/ftcid.c base/ftfstype.c cache/ftcache.c \
gzip/ftgzip.c lzw/ftlzw.c gxvalid/gxvalid.c otvalid/otvalid.c pcf/pcf.c \
pfr/pfr.c psaux/psaux.c pshinter/pshinter.c psnames/psnames.c raster/raster.c \
sfnt/sfnt.c smooth/smooth.c truetype/truetype.c type1/type1.c cid/type1cid.c \
- type42/type42.c winfonts/winfnt.c cff/cffpic.c otvalid/otvmath.c pshinter/pshpic.c \
- psnames/pspic.c raster/rastpic.c sfnt/sfntpic.c smooth/ftspic.c truetype/ttpic.c \
+ type42/type42.c winfonts/winfnt.c \
base/ftapi.c base/ftbbox.c base/ftbdf.c base/ftbitmap.c base/ftdebug.c \
base/ftgasp.c base/ftglyph.c base/ftgxval.c base/ftinit.c base/ftlcdfil.c \
base/ftmm.c base/ftotval.c base/ftpatent.c base/ftpfr.c base/ftstroke.c \