freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2] master 1c4004b: [builds] Belated DLL support with vc2002-vc2


From: Alexei Podtelezhnikov
Subject: [freetype2] master 1c4004b: [builds] Belated DLL support with vc2002-vc2008.
Date: Sun, 25 Nov 2018 23:21:38 -0500 (EST)

branch: master
commit 1c4004bb345080fb5356402f30af83e648d0b503
Author: Alexei Podtelezhnikov <address@hidden>
Commit: Alexei Podtelezhnikov <address@hidden>

    [builds] Belated DLL support with vc2002-vc2008.
    
    The solution and project files should be automatically upgraded for
    the approriate Visual C++ version.
    
    * builds/windows/visualc/freetype.{sln,vcproj}: Major upgrades.
    * builds/windows/visualc/index.html: Document the change.
    * builds/windows/vc2005, builds/windows/vc2008: Removed as redundant.
---
 ChangeLog                              |  11 +
 builds/windows/vc2005/freetype.sln     |  31 --
 builds/windows/vc2005/freetype.vcproj  | 232 -----------
 builds/windows/vc2005/index.html       |  37 --
 builds/windows/vc2008/freetype.sln     |  31 --
 builds/windows/vc2008/freetype.vcproj  | 710 ---------------------------------
 builds/windows/vc2008/index.html       |  37 --
 builds/windows/visualc/freetype.sln    |  22 +-
 builds/windows/visualc/freetype.vcproj | 297 ++++----------
 builds/windows/visualc/index.html      |  21 +-
 10 files changed, 97 insertions(+), 1332 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 1680156..04b4fbd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2018-11-18  Alexei Podtelezhnikov  <address@hidden>
+
+       [builds] Belated DLL support with vc2002-vc2008.
+
+       The solution and project files should be automatically upgraded for
+       the approriate Visual C++ version.
+
+       * builds/windows/visualc/freetype.{sln,vcproj}: Major upgrades.
+       * builds/windows/visualc/index.html: Document the change.
+       * builds/windows/vc2005, builds/windows/vc2008: Removed as redundant.
+
 2018-11-22  Armin Hasitzka  <address@hidden>
 
        * src/cff/cffparse.c: Please the compiler.
diff --git a/builds/windows/vc2005/freetype.sln 
b/builds/windows/vc2005/freetype.sln
deleted file mode 100644
index ec3345d..0000000
--- a/builds/windows/vc2005/freetype.sln
+++ /dev/null
@@ -1,31 +0,0 @@
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "freetype", 
"freetype.vcproj", "{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}"
-EndProject
-Global
-       GlobalSection(SolutionConfigurationPlatforms) = preSolution
-               LIB Debug Multithreaded|Win32 = LIB Debug Multithreaded|Win32
-               LIB Debug Singlethreaded|Win32 = LIB Debug Singlethreaded|Win32
-               LIB Debug|Win32 = LIB Debug|Win32
-               LIB Release Multithreaded|Win32 = LIB Release 
Multithreaded|Win32
-               LIB Release Singlethreaded|Win32 = LIB Release 
Singlethreaded|Win32
-               LIB Release|Win32 = LIB Release|Win32
-       EndGlobalSection
-       GlobalSection(ProjectConfigurationPlatforms) = postSolution
-               {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.LIB Debug 
Multithreaded|Win32.ActiveCfg = Debug Multithreaded|Win32
-               {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.LIB Debug 
Multithreaded|Win32.Build.0 = Debug Multithreaded|Win32
-               {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.LIB Debug 
Singlethreaded|Win32.ActiveCfg = Debug Singlethreaded|Win32
-               {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.LIB Debug 
Singlethreaded|Win32.Build.0 = Debug Singlethreaded|Win32
-               {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.LIB 
Debug|Win32.ActiveCfg = Debug|Win32
-               {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.LIB Debug|Win32.Build.0 
= Debug|Win32
-               {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.LIB Release 
Multithreaded|Win32.ActiveCfg = Release Multithreaded|Win32
-               {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.LIB Release 
Multithreaded|Win32.Build.0 = Release Multithreaded|Win32
-               {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.LIB Release 
Singlethreaded|Win32.ActiveCfg = Release Singlethreaded|Win32
-               {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.LIB Release 
Singlethreaded|Win32.Build.0 = Release Singlethreaded|Win32
-               {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.LIB 
Release|Win32.ActiveCfg = Release|Win32
-               {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.LIB 
Release|Win32.Build.0 = Release|Win32
-       EndGlobalSection
-       GlobalSection(SolutionProperties) = preSolution
-               HideSolutionNode = FALSE
-       EndGlobalSection
-EndGlobal
diff --git a/builds/windows/vc2005/freetype.vcproj 
b/builds/windows/vc2005/freetype.vcproj
deleted file mode 100644
index a107b58..0000000
--- a/builds/windows/vc2005/freetype.vcproj
+++ /dev/null
@@ -1,232 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject ProjectType="Visual C++" Version="8.00" Name="freetype" 
ProjectGUID="{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}" 
TargetFrameworkVersion="131072">
-  <Platforms>
-    <Platform Name="Win32" />
-  </Platforms>
-  <ToolFiles>
-  </ToolFiles>
-  <Configurations>
-    <Configuration Name="Release|Win32" 
OutputDirectory=".\..\..\..\objs\release" 
IntermediateDirectory=".\..\..\..\objs\release" ConfigurationType="4" 
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" CharacterSet="2">
-      <Tool Name="VCPreBuildEventTool" />
-      <Tool Name="VCCustomBuildTool" />
-      <Tool Name="VCXMLDataGeneratorTool" />
-      <Tool Name="VCWebServiceProxyGeneratorTool" />
-      <Tool Name="VCMIDLTool" />
-      <Tool Name="VCCLCompilerTool" Optimization="2" 
InlineFunctionExpansion="1" AdditionalIncludeDirectories="..\..\..\include" 
PreprocessorDefinitions="NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY"
 StringPooling="true" RuntimeLibrary="2" EnableFunctionLevelLinking="true" 
DisableLanguageExtensions="true" 
PrecompiledHeaderFile=".\..\..\..\objs\release/freetype.pch" 
AssemblerListingLocation=".\..\..\..\objs\release/" 
ObjectFile=".\..\..\..\objs\release/" ProgramDataBaseFile [...]
-      <Tool Name="VCManagedResourceCompilerTool" />
-      <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="NDEBUG" 
Culture="1033" />
-      <Tool Name="VCPreLinkEventTool" />
-      <Tool Name="VCLibrarianTool" 
OutputFile="..\..\..\objs\win32\vc2005\freetype291.lib" 
SuppressStartupBanner="true" />
-      <Tool Name="VCALinkTool" />
-      <Tool Name="VCXDCMakeTool" />
-      <Tool Name="VCBscMakeTool" />
-      <Tool Name="VCFxCopTool" />
-      <Tool Name="VCPostBuildEventTool" />
-    </Configuration>
-    <Configuration Name="Release Multithreaded|Win32" 
OutputDirectory=".\..\..\..\objs\release_mt" 
IntermediateDirectory=".\..\..\..\objs\release_mt" ConfigurationType="4" 
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" CharacterSet="2">
-      <Tool Name="VCPreBuildEventTool" />
-      <Tool Name="VCCustomBuildTool" />
-      <Tool Name="VCXMLDataGeneratorTool" />
-      <Tool Name="VCWebServiceProxyGeneratorTool" />
-      <Tool Name="VCMIDLTool" />
-      <Tool Name="VCCLCompilerTool" Optimization="2" 
InlineFunctionExpansion="1" AdditionalIncludeDirectories="..\..\..\include" 
PreprocessorDefinitions="NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY"
 StringPooling="true" RuntimeLibrary="0" EnableFunctionLevelLinking="true" 
DisableLanguageExtensions="true" 
PrecompiledHeaderFile=".\..\..\..\objs\release_mt/freetype.pch" 
AssemblerListingLocation=".\..\..\..\objs\release_mt/" 
ObjectFile=".\..\..\..\objs\release_mt/" ProgramDat [...]
-      <Tool Name="VCManagedResourceCompilerTool" />
-      <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="NDEBUG" 
Culture="1033" />
-      <Tool Name="VCPreLinkEventTool" />
-      <Tool Name="VCLibrarianTool" 
OutputFile="..\..\..\objs\win32\vc2005\freetype291MT.lib" 
SuppressStartupBanner="true" />
-      <Tool Name="VCALinkTool" />
-      <Tool Name="VCXDCMakeTool" />
-      <Tool Name="VCBscMakeTool" />
-      <Tool Name="VCFxCopTool" />
-      <Tool Name="VCPostBuildEventTool" />
-    </Configuration>
-    <Configuration Name="Release Singlethreaded|Win32" 
OutputDirectory=".\..\..\..\objs\release_st" 
IntermediateDirectory=".\..\..\..\objs\release_st" ConfigurationType="4" 
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" CharacterSet="2">
-      <Tool Name="VCPreBuildEventTool" />
-      <Tool Name="VCCustomBuildTool" />
-      <Tool Name="VCXMLDataGeneratorTool" />
-      <Tool Name="VCWebServiceProxyGeneratorTool" />
-      <Tool Name="VCMIDLTool" />
-      <Tool Name="VCCLCompilerTool" Optimization="2" 
InlineFunctionExpansion="1" AdditionalIncludeDirectories="..\..\..\include" 
PreprocessorDefinitions="NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY"
 StringPooling="true" RuntimeLibrary="0" EnableFunctionLevelLinking="true" 
DisableLanguageExtensions="true" 
PrecompiledHeaderFile=".\..\..\..\objs\release_st/freetype.pch" 
AssemblerListingLocation=".\..\..\..\objs\release_st/" 
ObjectFile=".\..\..\..\objs\release_st/" ProgramDat [...]
-      <Tool Name="VCManagedResourceCompilerTool" />
-      <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="NDEBUG" 
Culture="1033" />
-      <Tool Name="VCPreLinkEventTool" />
-      <Tool Name="VCLibrarianTool" 
OutputFile="..\..\..\objs\win32\vc2005\freetype291ST.lib" />
-      <Tool Name="VCALinkTool" />
-      <Tool Name="VCXDCMakeTool" />
-      <Tool Name="VCBscMakeTool" />
-      <Tool Name="VCFxCopTool" />
-      <Tool Name="VCPostBuildEventTool" />
-    </Configuration>
-    <Configuration Name="Debug|Win32" OutputDirectory=".\..\..\..\objs\debug" 
IntermediateDirectory=".\..\..\..\objs\debug" ConfigurationType="4" 
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" CharacterSet="2">
-      <Tool Name="VCPreBuildEventTool" />
-      <Tool Name="VCCustomBuildTool" />
-      <Tool Name="VCXMLDataGeneratorTool" />
-      <Tool Name="VCWebServiceProxyGeneratorTool" />
-      <Tool Name="VCMIDLTool" />
-      <Tool Name="VCCLCompilerTool" Optimization="0" 
AdditionalIncludeDirectories="..\..\..\include" 
PreprocessorDefinitions="_DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY"
 BasicRuntimeChecks="3" RuntimeLibrary="3" DisableLanguageExtensions="true" 
PrecompiledHeaderFile=".\..\..\..\objs\debug/freetype.pch" 
AssemblerListingLocation=".\..\..\..\objs\debug/" 
ObjectFile=".\..\..\..\objs\debug/" ProgramDataBaseFileName=".\..\..\..\objs\de 
[...]
-      <Tool Name="VCManagedResourceCompilerTool" />
-      <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="_DEBUG" 
Culture="1033" />
-      <Tool Name="VCPreLinkEventTool" />
-      <Tool Name="VCLibrarianTool" 
OutputFile="..\..\..\objs\win32\vc2005\freetype291_D.lib" 
SuppressStartupBanner="true" />
-      <Tool Name="VCALinkTool" />
-      <Tool Name="VCXDCMakeTool" />
-      <Tool Name="VCBscMakeTool" />
-      <Tool Name="VCFxCopTool" />
-      <Tool Name="VCPostBuildEventTool" />
-    </Configuration>
-    <Configuration Name="Debug Singlethreaded|Win32" 
OutputDirectory=".\..\..\..\objs\debug_st" 
IntermediateDirectory=".\..\..\..\objs\debug_st" ConfigurationType="4" 
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" CharacterSet="2">
-      <Tool Name="VCPreBuildEventTool" />
-      <Tool Name="VCCustomBuildTool" />
-      <Tool Name="VCXMLDataGeneratorTool" />
-      <Tool Name="VCWebServiceProxyGeneratorTool" />
-      <Tool Name="VCMIDLTool" />
-      <Tool Name="VCCLCompilerTool" Optimization="0" 
AdditionalIncludeDirectories="..\..\..\include" 
PreprocessorDefinitions="_DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY"
 BasicRuntimeChecks="3" RuntimeLibrary="1" DisableLanguageExtensions="true" 
PrecompiledHeaderFile=".\..\..\..\objs\debug_st/freetype.pch" 
AssemblerListingLocation=".\..\..\..\objs\debug_st/" 
ObjectFile=".\..\..\..\objs\debug_st/" ProgramDataBaseFileName=".\..\..\. [...]
-      <Tool Name="VCManagedResourceCompilerTool" />
-      <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="_DEBUG" 
Culture="1033" />
-      <Tool Name="VCPreLinkEventTool" />
-      <Tool Name="VCLibrarianTool" 
OutputFile="..\..\..\objs\win32\vc2005\freetype291ST_D.lib" 
SuppressStartupBanner="true" />
-      <Tool Name="VCALinkTool" />
-      <Tool Name="VCXDCMakeTool" />
-      <Tool Name="VCBscMakeTool" />
-      <Tool Name="VCFxCopTool" />
-      <Tool Name="VCPostBuildEventTool" />
-    </Configuration>
-    <Configuration Name="Debug Multithreaded|Win32" 
OutputDirectory=".\..\..\..\objs\debug_mt" 
IntermediateDirectory=".\..\..\..\objs\debug_mt" ConfigurationType="4" 
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="false" CharacterSet="2">
-      <Tool Name="VCPreBuildEventTool" />
-      <Tool Name="VCCustomBuildTool" />
-      <Tool Name="VCXMLDataGeneratorTool" />
-      <Tool Name="VCWebServiceProxyGeneratorTool" />
-      <Tool Name="VCMIDLTool" />
-      <Tool Name="VCCLCompilerTool" Optimization="0" 
AdditionalIncludeDirectories="..\..\..\include" 
PreprocessorDefinitions="_DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;_CRT_SECURE_NO_DEPRECATE"
 GeneratePreprocessedFile="0" BasicRuntimeChecks="3" RuntimeLibrary="1" 
DisableLanguageExtensions="true" 
PrecompiledHeaderFile=".\..\..\..\objs\debug_mt/freetype.pch" 
AssemblerListingLocation=".\..\..\..\objs\debug_mt/" ObjectFile=".\..\.. [...]
-      <Tool Name="VCManagedResourceCompilerTool" />
-      <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="_DEBUG" 
Culture="1033" />
-      <Tool Name="VCPreLinkEventTool" />
-      <Tool Name="VCLibrarianTool" 
OutputFile="..\..\..\objs\win32\vc2005\freetype291MT_D.lib" 
SuppressStartupBanner="true" />
-      <Tool Name="VCALinkTool" />
-      <Tool Name="VCXDCMakeTool" />
-      <Tool Name="VCBscMakeTool" />
-      <Tool Name="VCFxCopTool" />
-      <Tool Name="VCPostBuildEventTool" />
-    </Configuration>
-  </Configurations>
-  <References>
-  </References>
-  <Files>
-    <Filter Name="Source Files" Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
-      <File RelativePath="..\..\..\src\autofit\autofit.c">
-      </File>
-      <File RelativePath="..\..\..\src\bdf\bdf.c">
-      </File>
-      <File RelativePath="..\..\..\src\cff\cff.c">
-      </File>
-      <File RelativePath="..\..\..\src\base\ftbase.c">
-      </File>
-      <File RelativePath="..\..\..\src\base\ftbitmap.c">
-      </File>
-      <File RelativePath="..\..\..\src\cache\ftcache.c">
-      </File>
-      <File RelativePath="..\ftdebug.c">
-        <FileConfiguration Name="Release|Win32">
-          <Tool Name="VCCLCompilerTool" DisableLanguageExtensions="false" />
-        </FileConfiguration>
-        <FileConfiguration Name="Release Multithreaded|Win32">
-          <Tool Name="VCCLCompilerTool" DisableLanguageExtensions="false" />
-        </FileConfiguration>
-        <FileConfiguration Name="Release Singlethreaded|Win32">
-          <Tool Name="VCCLCompilerTool" DisableLanguageExtensions="false" />
-        </FileConfiguration>
-        <FileConfiguration Name="Debug|Win32">
-          <Tool Name="VCCLCompilerTool" DisableLanguageExtensions="false" />
-        </FileConfiguration>
-        <FileConfiguration Name="Debug Singlethreaded|Win32">
-          <Tool Name="VCCLCompilerTool" DisableLanguageExtensions="false" />
-        </FileConfiguration>
-        <FileConfiguration Name="Debug Multithreaded|Win32">
-          <Tool Name="VCCLCompilerTool" DisableLanguageExtensions="false" />
-        </FileConfiguration>
-      </File>
-      <File RelativePath="..\..\..\src\base\ftfstype.c">
-      </File>
-      <File RelativePath="..\..\..\src\base\ftgasp.c">
-      </File>
-      <File RelativePath="..\..\..\src\base\ftglyph.c">
-      </File>
-      <File RelativePath="..\..\..\src\gzip\ftgzip.c">
-      </File>
-      <File RelativePath="..\..\..\src\base\ftinit.c">
-      </File>
-      <File RelativePath="..\..\..\src\lzw\ftlzw.c">
-      </File>
-      <File RelativePath="..\..\..\src\base\ftstroke.c">
-      </File>
-      <File RelativePath="..\..\..\src\base\ftsystem.c">
-      </File>
-      <File RelativePath="..\..\..\src\smooth\smooth.c">
-      </File>
-      <Filter Name="FT_MODULES">
-        <File RelativePath="..\..\..\src\base\ftbdf.c">
-        </File>
-        <File RelativePath="..\..\..\src\base\ftbbox.c">
-        </File>
-        <File RelativePath="..\..\..\src\base\ftcid.c">
-        </File>
-        <File RelativePath="..\..\..\src\base\ftmm.c">
-        </File>
-        <File RelativePath="..\..\..\src\base\ftpfr.c">
-        </File>
-        <File RelativePath="..\..\..\src\base\ftsynth.c">
-        </File>
-        <File RelativePath="..\..\..\src\base\fttype1.c">
-        </File>
-        <File RelativePath="..\..\..\src\base\ftwinfnt.c">
-        </File>
-        <File RelativePath="..\..\..\src\base\ftgxval.c">
-        </File>
-        <File RelativePath="..\..\..\src\base\ftotval.c">
-        </File>
-        <File RelativePath="..\..\..\src\base\ftpatent.c">
-        </File>
-        <File RelativePath="..\..\..\src\pcf\pcf.c">
-        </File>
-        <File RelativePath="..\..\..\src\pfr\pfr.c">
-        </File>
-        <File RelativePath="..\..\..\src\psaux\psaux.c">
-        </File>
-        <File RelativePath="..\..\..\src\pshinter\pshinter.c">
-        </File>
-        <File RelativePath="..\..\..\src\psnames\psmodule.c">
-        </File>
-        <File RelativePath="..\..\..\src\raster\raster.c">
-        </File>
-        <File RelativePath="..\..\..\src\sfnt\sfnt.c">
-        </File>
-        <File RelativePath="..\..\..\src\truetype\truetype.c">
-        </File>
-        <File RelativePath="..\..\..\src\type1\type1.c">
-        </File>
-        <File RelativePath="..\..\..\src\cid\type1cid.c">
-        </File>
-        <File RelativePath="..\..\..\src\type42\type42.c">
-        </File>
-        <File RelativePath="..\..\..\src\winfonts\winfnt.c">
-        </File>
-      </Filter>
-    </Filter>
-    <Filter Name="Header Files" Filter="h;hpp;hxx;hm;inl">
-      <File RelativePath="..\..\..\include\ft2build.h">
-      </File>
-      <File RelativePath="..\..\..\include\freetype\config\ftconfig.h">
-      </File>
-      <File RelativePath="..\..\..\include\freetype\config\ftheader.h">
-      </File>
-      <File RelativePath="..\..\..\include\freetype\config\ftmodule.h">
-      </File>
-      <File RelativePath="..\..\..\include\freetype\config\ftoption.h">
-      </File>
-      <File RelativePath="..\..\..\include\freetype\config\ftstdlib.h">
-      </File>
-    </Filter>
-  </Files>
-  <Globals>
-  </Globals>
-</VisualStudioProject>
diff --git a/builds/windows/vc2005/index.html b/builds/windows/vc2005/index.html
deleted file mode 100644
index c5e182e..0000000
--- a/builds/windows/vc2005/index.html
+++ /dev/null
@@ -1,37 +0,0 @@
-<html>
-<header>
-<title>
-  FreeType&nbsp;2 Project Files for VS.NET&nbsp;2005
-</title>
-
-<body>
-<h1>
-  FreeType&nbsp;2 Project Files for VS.NET&nbsp;2005
-</h1>
-
-<p>This directory contains project files for Visual C++, named
-<tt>freetype.vcproj</tt>, and Visual Studio, called <tt>freetype.sln</tt>.  It
-compiles the following libraries from the FreeType 2.9.1 sources:</p>
-
-<ul>
-  <pre>
-    freetype291.lib     - release build; single threaded
-    freetype291_D.lib   - debug build;   single threaded
-    freetype291MT.lib   - release build; multi-threaded
-    freetype291MT_D.lib - debug build;   multi-threaded</pre>
-</ul>
-
-<p>Be sure to extract the files with the Windows (CR+LF) line endings.  ZIP
-archives are already stored this way, so no further action is required.  If
-you use some <tt>.tar.*z</tt> archives, be sure to configure your extracting
-tool to convert the line endings.  For example, with <a
-href="http://www.winzip.com";>WinZip</a>, you should activate the <em>TAR
-file smart CR/LF Conversion</em> option.  Alternatively, you may consider
-using the <tt>unix2dos</tt> or <tt>u2d</tt> utilities that are floating
-around, which specifically deal with this particular problem.
-
-<p>Build directories are placed in the top-level <tt>objs</tt>
-directory.</p>
-
-</body>
-</html>
diff --git a/builds/windows/vc2008/freetype.sln 
b/builds/windows/vc2008/freetype.sln
deleted file mode 100644
index 6c522f9..0000000
--- a/builds/windows/vc2008/freetype.sln
+++ /dev/null
@@ -1,31 +0,0 @@
-Microsoft Visual Studio Solution File, Format Version 10.00
-# Visual Studio 2008
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "freetype", 
"freetype.vcproj", "{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}"
-EndProject
-Global
-       GlobalSection(SolutionConfigurationPlatforms) = preSolution
-               LIB Debug Multithreaded|Win32 = LIB Debug Multithreaded|Win32
-               LIB Debug Singlethreaded|Win32 = LIB Debug Singlethreaded|Win32
-               LIB Debug|Win32 = LIB Debug|Win32
-               LIB Release Multithreaded|Win32 = LIB Release 
Multithreaded|Win32
-               LIB Release Singlethreaded|Win32 = LIB Release 
Singlethreaded|Win32
-               LIB Release|Win32 = LIB Release|Win32
-       EndGlobalSection
-       GlobalSection(ProjectConfigurationPlatforms) = postSolution
-               {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.LIB Debug 
Multithreaded|Win32.ActiveCfg = Debug Multithreaded|Win32
-               {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.LIB Debug 
Multithreaded|Win32.Build.0 = Debug Multithreaded|Win32
-               {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.LIB Debug 
Singlethreaded|Win32.ActiveCfg = Debug Singlethreaded|Win32
-               {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.LIB Debug 
Singlethreaded|Win32.Build.0 = Debug Singlethreaded|Win32
-               {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.LIB 
Debug|Win32.ActiveCfg = Debug|Win32
-               {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.LIB Debug|Win32.Build.0 
= Debug|Win32
-               {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.LIB Release 
Multithreaded|Win32.ActiveCfg = Release Multithreaded|Win32
-               {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.LIB Release 
Multithreaded|Win32.Build.0 = Release Multithreaded|Win32
-               {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.LIB Release 
Singlethreaded|Win32.ActiveCfg = Release Singlethreaded|Win32
-               {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.LIB Release 
Singlethreaded|Win32.Build.0 = Release Singlethreaded|Win32
-               {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.LIB 
Release|Win32.ActiveCfg = Release|Win32
-               {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.LIB 
Release|Win32.Build.0 = Release|Win32
-       EndGlobalSection
-       GlobalSection(SolutionProperties) = preSolution
-               HideSolutionNode = FALSE
-       EndGlobalSection
-EndGlobal
diff --git a/builds/windows/vc2008/freetype.vcproj 
b/builds/windows/vc2008/freetype.vcproj
deleted file mode 100644
index 2891206..0000000
--- a/builds/windows/vc2008/freetype.vcproj
+++ /dev/null
@@ -1,710 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
-       ProjectType="Visual C++"
-       Version="9,00"
-       Name="freetype"
-       ProjectGUID="{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}"
-       TargetFrameworkVersion="131072"
-       >
-       <Platforms>
-               <Platform
-                       Name="Win32"
-               />
-       </Platforms>
-       <ToolFiles>
-       </ToolFiles>
-       <Configurations>
-               <Configuration
-                       Name="Release|Win32"
-                       OutputDirectory=".\..\..\..\objs\release"
-                       IntermediateDirectory=".\..\..\..\objs\release"
-                       ConfigurationType="4"
-                       
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
-                       UseOfMFC="0"
-                       ATLMinimizesCRunTimeLibraryUsage="false"
-                       CharacterSet="2"
-                       >
-                       <Tool
-                               Name="VCPreBuildEventTool"
-                       />
-                       <Tool
-                               Name="VCCustomBuildTool"
-                       />
-                       <Tool
-                               Name="VCXMLDataGeneratorTool"
-                       />
-                       <Tool
-                               Name="VCWebServiceProxyGeneratorTool"
-                       />
-                       <Tool
-                               Name="VCMIDLTool"
-                       />
-                       <Tool
-                               Name="VCCLCompilerTool"
-                               Optimization="2"
-                               InlineFunctionExpansion="1"
-                               AdditionalIncludeDirectories="..\..\..\include"
-                               
PreprocessorDefinitions="NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY"
-                               StringPooling="true"
-                               RuntimeLibrary="2"
-                               EnableFunctionLevelLinking="true"
-                               DisableLanguageExtensions="true"
-                               
PrecompiledHeaderFile=".\..\..\..\objs\release/freetype.pch"
-                               
AssemblerListingLocation=".\..\..\..\objs\release/"
-                               ObjectFile=".\..\..\..\objs\release/"
-                               
ProgramDataBaseFileName=".\..\..\..\objs\release/"
-                               WarningLevel="4"
-                               DebugInformationFormat="0"
-                               CompileAs="0"
-                       />
-                       <Tool
-                               Name="VCManagedResourceCompilerTool"
-                       />
-                       <Tool
-                               Name="VCResourceCompilerTool"
-                               PreprocessorDefinitions="NDEBUG"
-                               Culture="1033"
-                       />
-                       <Tool
-                               Name="VCPreLinkEventTool"
-                       />
-                       <Tool
-                               Name="VCLibrarianTool"
-                               
OutputFile="..\..\..\objs\win32\vc2008\freetype291.lib"
-                               SuppressStartupBanner="true"
-                       />
-                       <Tool
-                               Name="VCALinkTool"
-                       />
-                       <Tool
-                               Name="VCXDCMakeTool"
-                       />
-                       <Tool
-                               Name="VCBscMakeTool"
-                       />
-                       <Tool
-                               Name="VCFxCopTool"
-                       />
-                       <Tool
-                               Name="VCPostBuildEventTool"
-                       />
-               </Configuration>
-               <Configuration
-                       Name="Release Multithreaded|Win32"
-                       OutputDirectory=".\..\..\..\objs\release_mt"
-                       IntermediateDirectory=".\..\..\..\objs\release_mt"
-                       ConfigurationType="4"
-                       
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
-                       UseOfMFC="0"
-                       ATLMinimizesCRunTimeLibraryUsage="false"
-                       CharacterSet="2"
-                       >
-                       <Tool
-                               Name="VCPreBuildEventTool"
-                       />
-                       <Tool
-                               Name="VCCustomBuildTool"
-                       />
-                       <Tool
-                               Name="VCXMLDataGeneratorTool"
-                       />
-                       <Tool
-                               Name="VCWebServiceProxyGeneratorTool"
-                       />
-                       <Tool
-                               Name="VCMIDLTool"
-                       />
-                       <Tool
-                               Name="VCCLCompilerTool"
-                               Optimization="2"
-                               InlineFunctionExpansion="1"
-                               AdditionalIncludeDirectories="..\..\..\include"
-                               
PreprocessorDefinitions="NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY"
-                               StringPooling="true"
-                               RuntimeLibrary="0"
-                               EnableFunctionLevelLinking="true"
-                               DisableLanguageExtensions="true"
-                               
PrecompiledHeaderFile=".\..\..\..\objs\release_mt/freetype.pch"
-                               
AssemblerListingLocation=".\..\..\..\objs\release_mt/"
-                               ObjectFile=".\..\..\..\objs\release_mt/"
-                               
ProgramDataBaseFileName=".\..\..\..\objs\release_mt/"
-                               WarningLevel="4"
-                               DebugInformationFormat="0"
-                               CompileAs="0"
-                       />
-                       <Tool
-                               Name="VCManagedResourceCompilerTool"
-                       />
-                       <Tool
-                               Name="VCResourceCompilerTool"
-                               PreprocessorDefinitions="NDEBUG"
-                               Culture="1033"
-                       />
-                       <Tool
-                               Name="VCPreLinkEventTool"
-                       />
-                       <Tool
-                               Name="VCLibrarianTool"
-                               
OutputFile="..\..\..\objs\win32\vc2008\freetype291MT.lib"
-                               SuppressStartupBanner="true"
-                       />
-                       <Tool
-                               Name="VCALinkTool"
-                       />
-                       <Tool
-                               Name="VCXDCMakeTool"
-                       />
-                       <Tool
-                               Name="VCBscMakeTool"
-                       />
-                       <Tool
-                               Name="VCFxCopTool"
-                       />
-                       <Tool
-                               Name="VCPostBuildEventTool"
-                       />
-               </Configuration>
-               <Configuration
-                       Name="Release Singlethreaded|Win32"
-                       OutputDirectory=".\..\..\..\objs\release_st"
-                       IntermediateDirectory=".\..\..\..\objs\release_st"
-                       ConfigurationType="4"
-                       
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
-                       UseOfMFC="0"
-                       ATLMinimizesCRunTimeLibraryUsage="false"
-                       CharacterSet="2"
-                       >
-                       <Tool
-                               Name="VCPreBuildEventTool"
-                       />
-                       <Tool
-                               Name="VCCustomBuildTool"
-                       />
-                       <Tool
-                               Name="VCXMLDataGeneratorTool"
-                       />
-                       <Tool
-                               Name="VCWebServiceProxyGeneratorTool"
-                       />
-                       <Tool
-                               Name="VCMIDLTool"
-                       />
-                       <Tool
-                               Name="VCCLCompilerTool"
-                               Optimization="2"
-                               InlineFunctionExpansion="1"
-                               AdditionalIncludeDirectories="..\..\..\include"
-                               
PreprocessorDefinitions="NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY"
-                               StringPooling="true"
-                               RuntimeLibrary="0"
-                               EnableFunctionLevelLinking="true"
-                               DisableLanguageExtensions="true"
-                               
PrecompiledHeaderFile=".\..\..\..\objs\release_st/freetype.pch"
-                               
AssemblerListingLocation=".\..\..\..\objs\release_st/"
-                               ObjectFile=".\..\..\..\objs\release_st/"
-                               
ProgramDataBaseFileName=".\..\..\..\objs\release_st/"
-                               WarningLevel="4"
-                               DebugInformationFormat="0"
-                               CompileAs="0"
-                       />
-                       <Tool
-                               Name="VCManagedResourceCompilerTool"
-                       />
-                       <Tool
-                               Name="VCResourceCompilerTool"
-                               PreprocessorDefinitions="NDEBUG"
-                               Culture="1033"
-                       />
-                       <Tool
-                               Name="VCPreLinkEventTool"
-                       />
-                       <Tool
-                               Name="VCLibrarianTool"
-                               
OutputFile="..\..\..\objs\win32\vc2008\freetype291ST.lib"
-                       />
-                       <Tool
-                               Name="VCALinkTool"
-                       />
-                       <Tool
-                               Name="VCXDCMakeTool"
-                       />
-                       <Tool
-                               Name="VCBscMakeTool"
-                       />
-                       <Tool
-                               Name="VCFxCopTool"
-                       />
-                       <Tool
-                               Name="VCPostBuildEventTool"
-                       />
-               </Configuration>
-               <Configuration
-                       Name="Debug|Win32"
-                       OutputDirectory=".\..\..\..\objs\debug"
-                       IntermediateDirectory=".\..\..\..\objs\debug"
-                       ConfigurationType="4"
-                       
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
-                       UseOfMFC="0"
-                       ATLMinimizesCRunTimeLibraryUsage="false"
-                       CharacterSet="2"
-                       >
-                       <Tool
-                               Name="VCPreBuildEventTool"
-                       />
-                       <Tool
-                               Name="VCCustomBuildTool"
-                       />
-                       <Tool
-                               Name="VCXMLDataGeneratorTool"
-                       />
-                       <Tool
-                               Name="VCWebServiceProxyGeneratorTool"
-                       />
-                       <Tool
-                               Name="VCMIDLTool"
-                       />
-                       <Tool
-                               Name="VCCLCompilerTool"
-                               Optimization="0"
-                               AdditionalIncludeDirectories="..\..\..\include"
-                               
PreprocessorDefinitions="_DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY"
-                               BasicRuntimeChecks="3"
-                               RuntimeLibrary="3"
-                               DisableLanguageExtensions="true"
-                               
PrecompiledHeaderFile=".\..\..\..\objs\debug/freetype.pch"
-                               
AssemblerListingLocation=".\..\..\..\objs\debug/"
-                               ObjectFile=".\..\..\..\objs\debug/"
-                               ProgramDataBaseFileName=".\..\..\..\objs\debug/"
-                               WarningLevel="4"
-                               DebugInformationFormat="3"
-                               CompileAs="0"
-                       />
-                       <Tool
-                               Name="VCManagedResourceCompilerTool"
-                       />
-                       <Tool
-                               Name="VCResourceCompilerTool"
-                               PreprocessorDefinitions="_DEBUG"
-                               Culture="1033"
-                       />
-                       <Tool
-                               Name="VCPreLinkEventTool"
-                       />
-                       <Tool
-                               Name="VCLibrarianTool"
-                               
OutputFile="..\..\..\objs\win32\vc2008\freetype291_D.lib"
-                               SuppressStartupBanner="true"
-                       />
-                       <Tool
-                               Name="VCALinkTool"
-                       />
-                       <Tool
-                               Name="VCXDCMakeTool"
-                       />
-                       <Tool
-                               Name="VCBscMakeTool"
-                       />
-                       <Tool
-                               Name="VCFxCopTool"
-                       />
-                       <Tool
-                               Name="VCPostBuildEventTool"
-                       />
-               </Configuration>
-               <Configuration
-                       Name="Debug Singlethreaded|Win32"
-                       OutputDirectory=".\..\..\..\objs\debug_st"
-                       IntermediateDirectory=".\..\..\..\objs\debug_st"
-                       ConfigurationType="4"
-                       
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
-                       UseOfMFC="0"
-                       ATLMinimizesCRunTimeLibraryUsage="false"
-                       CharacterSet="2"
-                       >
-                       <Tool
-                               Name="VCPreBuildEventTool"
-                       />
-                       <Tool
-                               Name="VCCustomBuildTool"
-                       />
-                       <Tool
-                               Name="VCXMLDataGeneratorTool"
-                       />
-                       <Tool
-                               Name="VCWebServiceProxyGeneratorTool"
-                       />
-                       <Tool
-                               Name="VCMIDLTool"
-                       />
-                       <Tool
-                               Name="VCCLCompilerTool"
-                               Optimization="0"
-                               AdditionalIncludeDirectories="..\..\..\include"
-                               
PreprocessorDefinitions="_DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY"
-                               BasicRuntimeChecks="3"
-                               RuntimeLibrary="1"
-                               DisableLanguageExtensions="true"
-                               
PrecompiledHeaderFile=".\..\..\..\objs\debug_st/freetype.pch"
-                               
AssemblerListingLocation=".\..\..\..\objs\debug_st/"
-                               ObjectFile=".\..\..\..\objs\debug_st/"
-                               
ProgramDataBaseFileName=".\..\..\..\objs\debug_st/"
-                               WarningLevel="4"
-                               DebugInformationFormat="3"
-                               CompileAs="0"
-                       />
-                       <Tool
-                               Name="VCManagedResourceCompilerTool"
-                       />
-                       <Tool
-                               Name="VCResourceCompilerTool"
-                               PreprocessorDefinitions="_DEBUG"
-                               Culture="1033"
-                       />
-                       <Tool
-                               Name="VCPreLinkEventTool"
-                       />
-                       <Tool
-                               Name="VCLibrarianTool"
-                               
OutputFile="..\..\..\objs\win32\vc2008\freetype291ST_D.lib"
-                               SuppressStartupBanner="true"
-                       />
-                       <Tool
-                               Name="VCALinkTool"
-                       />
-                       <Tool
-                               Name="VCXDCMakeTool"
-                       />
-                       <Tool
-                               Name="VCBscMakeTool"
-                       />
-                       <Tool
-                               Name="VCFxCopTool"
-                       />
-                       <Tool
-                               Name="VCPostBuildEventTool"
-                       />
-               </Configuration>
-               <Configuration
-                       Name="Debug Multithreaded|Win32"
-                       OutputDirectory=".\..\..\..\objs\debug_mt"
-                       IntermediateDirectory=".\..\..\..\objs\debug_mt"
-                       ConfigurationType="4"
-                       
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
-                       UseOfMFC="0"
-                       ATLMinimizesCRunTimeLibraryUsage="false"
-                       CharacterSet="2"
-                       >
-                       <Tool
-                               Name="VCPreBuildEventTool"
-                       />
-                       <Tool
-                               Name="VCCustomBuildTool"
-                       />
-                       <Tool
-                               Name="VCXMLDataGeneratorTool"
-                       />
-                       <Tool
-                               Name="VCWebServiceProxyGeneratorTool"
-                       />
-                       <Tool
-                               Name="VCMIDLTool"
-                       />
-                       <Tool
-                               Name="VCCLCompilerTool"
-                               Optimization="0"
-                               AdditionalIncludeDirectories="..\..\..\include"
-                               
PreprocessorDefinitions="_DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;_CRT_SECURE_NO_DEPRECATE"
-                               GeneratePreprocessedFile="0"
-                               BasicRuntimeChecks="3"
-                               RuntimeLibrary="1"
-                               DisableLanguageExtensions="true"
-                               
PrecompiledHeaderFile=".\..\..\..\objs\debug_mt/freetype.pch"
-                               
AssemblerListingLocation=".\..\..\..\objs\debug_mt/"
-                               ObjectFile=".\..\..\..\objs\debug_mt/"
-                               
ProgramDataBaseFileName=".\..\..\..\objs\debug_mt/"
-                               WarningLevel="4"
-                               DebugInformationFormat="3"
-                               CompileAs="0"
-                       />
-                       <Tool
-                               Name="VCManagedResourceCompilerTool"
-                       />
-                       <Tool
-                               Name="VCResourceCompilerTool"
-                               PreprocessorDefinitions="_DEBUG"
-                               Culture="1033"
-                       />
-                       <Tool
-                               Name="VCPreLinkEventTool"
-                       />
-                       <Tool
-                               Name="VCLibrarianTool"
-                               
OutputFile="..\..\..\objs\win32\vc2008\freetype291MT_D.lib"
-                               SuppressStartupBanner="true"
-                       />
-                       <Tool
-                               Name="VCALinkTool"
-                       />
-                       <Tool
-                               Name="VCXDCMakeTool"
-                       />
-                       <Tool
-                               Name="VCBscMakeTool"
-                       />
-                       <Tool
-                               Name="VCFxCopTool"
-                       />
-                       <Tool
-                               Name="VCPostBuildEventTool"
-                       />
-               </Configuration>
-       </Configurations>
-       <References>
-       </References>
-       <Files>
-               <Filter
-                       Name="Source Files"
-                       Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-                       >
-                       <File
-                               RelativePath="..\..\..\src\autofit\autofit.c"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\..\src\bdf\bdf.c"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\..\src\cff\cff.c"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\..\src\base\ftbase.c"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\..\src\base\ftbitmap.c"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\..\src\cache\ftcache.c"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\ftdebug.c"
-                               >
-                               <FileConfiguration
-                                       Name="Release|Win32"
-                                       >
-                                       <Tool
-                                               Name="VCCLCompilerTool"
-                                               
DisableLanguageExtensions="false"
-                                       />
-                               </FileConfiguration>
-                               <FileConfiguration
-                                       Name="Release Multithreaded|Win32"
-                                       >
-                                       <Tool
-                                               Name="VCCLCompilerTool"
-                                               
DisableLanguageExtensions="false"
-                                       />
-                               </FileConfiguration>
-                               <FileConfiguration
-                                       Name="Release Singlethreaded|Win32"
-                                       >
-                                       <Tool
-                                               Name="VCCLCompilerTool"
-                                               
DisableLanguageExtensions="false"
-                                       />
-                               </FileConfiguration>
-                               <FileConfiguration
-                                       Name="Debug|Win32"
-                                       >
-                                       <Tool
-                                               Name="VCCLCompilerTool"
-                                               
DisableLanguageExtensions="false"
-                                       />
-                               </FileConfiguration>
-                               <FileConfiguration
-                                       Name="Debug Singlethreaded|Win32"
-                                       >
-                                       <Tool
-                                               Name="VCCLCompilerTool"
-                                               
DisableLanguageExtensions="false"
-                                       />
-                               </FileConfiguration>
-                               <FileConfiguration
-                                       Name="Debug Multithreaded|Win32"
-                                       >
-                                       <Tool
-                                               Name="VCCLCompilerTool"
-                                               
DisableLanguageExtensions="false"
-                                       />
-                               </FileConfiguration>
-                       </File>
-                       <File
-                               RelativePath="..\..\..\src\base\ftfstype.c"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\..\src\base\ftgasp.c"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\..\src\base\ftglyph.c"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\..\src\gzip\ftgzip.c"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\..\src\base\ftinit.c"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\..\src\lzw\ftlzw.c"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\..\src\base\ftstroke.c"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\..\src\base\ftsystem.c"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\..\src\smooth\smooth.c"
-                               >
-                       </File>
-                       <Filter
-                               Name="FT_MODULES"
-                               >
-                               <File
-                                       
RelativePath="..\..\..\src\base\ftbbox.c"
-                                       >
-                               </File>
-                               <File
-                                       RelativePath="..\..\..\src\base\ftbdf.c"
-                                       >
-                               </File>
-                               <File
-                                       RelativePath="..\..\..\src\base\ftcid.c"
-                                       >
-                               </File>
-                               <File
-                                       RelativePath="..\..\..\src\base\ftmm.c"
-                                       >
-                               </File>
-                               <File
-                                       RelativePath="..\..\..\src\base\ftpfr.c"
-                                       >
-                               </File>
-                               <File
-                                       
RelativePath="..\..\..\src\base\ftsynth.c"
-                                       >
-                               </File>
-                               <File
-                                       
RelativePath="..\..\..\src\base\fttype1.c"
-                                       >
-                               </File>
-                               <File
-                                       
RelativePath="..\..\..\src\base\ftwinfnt.c"
-                                       >
-                               </File>
-                               <File
-                                       
RelativePath="..\..\..\src\base\ftgxval.c"
-                                       >
-                               </File>
-                               <File
-                                       
RelativePath="..\..\..\src\base\ftotval.c"
-                                       >
-                               </File>
-                               <File
-                                       
RelativePath="..\..\..\src\base\ftpatent.c"
-                                       >
-                               </File>
-                               <File
-                                       RelativePath="..\..\..\src\pcf\pcf.c"
-                                       >
-                               </File>
-                               <File
-                                       RelativePath="..\..\..\src\pfr\pfr.c"
-                                       >
-                               </File>
-                               <File
-                                       
RelativePath="..\..\..\src\psaux\psaux.c"
-                                       >
-                               </File>
-                               <File
-                                       
RelativePath="..\..\..\src\pshinter\pshinter.c"
-                                       >
-                               </File>
-                               <File
-                                       
RelativePath="..\..\..\src\psnames\psmodule.c"
-                                       >
-                               </File>
-                               <File
-                                       
RelativePath="..\..\..\src\raster\raster.c"
-                                       >
-                               </File>
-                               <File
-                                       RelativePath="..\..\..\src\sfnt\sfnt.c"
-                                       >
-                               </File>
-                               <File
-                                       
RelativePath="..\..\..\src\truetype\truetype.c"
-                                       >
-                               </File>
-                               <File
-                                       
RelativePath="..\..\..\src\type1\type1.c"
-                                       >
-                               </File>
-                               <File
-                                       
RelativePath="..\..\..\src\cid\type1cid.c"
-                                       >
-                               </File>
-                               <File
-                                       
RelativePath="..\..\..\src\type42\type42.c"
-                                       >
-                               </File>
-                               <File
-                                       
RelativePath="..\..\..\src\winfonts\winfnt.c"
-                                       >
-                               </File>
-                       </Filter>
-               </Filter>
-               <Filter
-                       Name="Header Files"
-                       Filter="h;hpp;hxx;hm;inl"
-                       >
-                       <File
-                               RelativePath="..\..\..\include\ft2build.h"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\..\include\freetype\config\ftconfig.h"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\..\include\freetype\config\ftheader.h"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\..\include\freetype\config\ftmodule.h"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\..\include\freetype\config\ftoption.h"
-                               >
-                       </File>
-                       <File
-                               
RelativePath="..\..\..\include\freetype\config\ftstdlib.h"
-                               >
-                       </File>
-               </Filter>
-       </Files>
-       <Globals>
-       </Globals>
-</VisualStudioProject>
diff --git a/builds/windows/vc2008/index.html b/builds/windows/vc2008/index.html
deleted file mode 100644
index 25c6f9b..0000000
--- a/builds/windows/vc2008/index.html
+++ /dev/null
@@ -1,37 +0,0 @@
-<html>
-<header>
-<title>
-  FreeType&nbsp;2 Project Files for VS.NET&nbsp;2008
-</title>
-
-<body>
-<h1>
-  FreeType&nbsp;2 Project Files for VS.NET&nbsp;2008
-</h1>
-
-<p>This directory contains project files for Visual C++, named
-<tt>freetype.vcproj</tt>, and Visual Studio, called <tt>freetype.sln</tt>.  It
-compiles the following libraries from the FreeType 2.9.1 sources:</p>
-
-<ul>
-  <pre>
-    freetype291.lib     - release build; single threaded
-    freetype291_D.lib   - debug build;   single threaded
-    freetype291MT.lib   - release build; multi-threaded
-    freetype291MT_D.lib - debug build;   multi-threaded</pre>
-</ul>
-
-<p>Be sure to extract the files with the Windows (CR+LF) line endings.  ZIP
-archives are already stored this way, so no further action is required.  If
-you use some <tt>.tar.*z</tt> archives, be sure to configure your extracting
-tool to convert the line endings.  For example, with <a
-href="http://www.winzip.com";>WinZip</a>, you should activate the <em>TAR
-file smart CR/LF Conversion</em> option.  Alternatively, you may consider
-using the <tt>unix2dos</tt> or <tt>u2d</tt> utilities that are floating
-around, which specifically deal with this particular problem.
-
-<p>Build directories are placed in the top-level <tt>objs</tt>
-directory.</p>
-
-</body>
-</html>
diff --git a/builds/windows/visualc/freetype.sln 
b/builds/windows/visualc/freetype.sln
index 1f64be2..9054d0a 100644
--- a/builds/windows/visualc/freetype.sln
+++ b/builds/windows/visualc/freetype.sln
@@ -1,27 +1,21 @@
-Microsoft Visual Studio Solution File, Format Version 9.00
-# Visual Studio 2005
+Microsoft Visual Studio Solution File, Format Version 7.00
+# Visual C++ 2002-2008
 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "freetype", 
"freetype.vcproj", "{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}"
 EndProject
 Global
        GlobalSection(SolutionConfigurationPlatforms) = preSolution
-               Debug Multithreaded|Win32 = Debug Multithreaded|Win32
-               Debug Singlethreaded|Win32 = Debug Singlethreaded|Win32
+               Debug Static|Win32 = Debug Static|Win32
                Debug|Win32 = Debug|Win32
-               Release Multithreaded|Win32 = Release Multithreaded|Win32
-               Release Singlethreaded|Win32 = Release Singlethreaded|Win32
+               Release Static|Win32 = Release Static|Win32
                Release|Win32 = Release|Win32
        EndGlobalSection
        GlobalSection(ProjectConfigurationPlatforms) = postSolution
-               {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug 
Multithreaded|Win32.ActiveCfg = Debug Multithreaded|Win32
-               {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug 
Multithreaded|Win32.Build.0 = Debug Multithreaded|Win32
-               {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug 
Singlethreaded|Win32.ActiveCfg = Debug Singlethreaded|Win32
-               {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug 
Singlethreaded|Win32.Build.0 = Debug Singlethreaded|Win32
+               {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug 
Static|Win32.ActiveCfg = Debug Static|Win32
+               {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug 
Static|Win32.Build.0 = Debug Static|Win32
                {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug|Win32.ActiveCfg = 
Debug|Win32
                {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Debug|Win32.Build.0 = 
Debug|Win32
-               {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release 
Multithreaded|Win32.ActiveCfg = Release Multithreaded|Win32
-               {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release 
Multithreaded|Win32.Build.0 = Release Multithreaded|Win32
-               {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release 
Singlethreaded|Win32.ActiveCfg = Release Singlethreaded|Win32
-               {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release 
Singlethreaded|Win32.Build.0 = Release Singlethreaded|Win32
+               {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release 
Static|Win32.ActiveCfg = Release Static|Win32
+               {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release 
Static|Win32.Build.0 = Release Static|Win32
                {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release|Win32.ActiveCfg 
= Release|Win32
                {78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}.Release|Win32.Build.0 = 
Release|Win32
        EndGlobalSection
diff --git a/builds/windows/visualc/freetype.vcproj 
b/builds/windows/visualc/freetype.vcproj
index abec8b9..385c93e 100644
--- a/builds/windows/visualc/freetype.vcproj
+++ b/builds/windows/visualc/freetype.vcproj
@@ -1,7 +1,6 @@
 <?xml version="1.0" encoding="Windows-1252"?>
 <VisualStudioProject
        ProjectType="Visual C++"
-       Version="8.00"
        Name="freetype"
        ProjectGUID="{78B079BD-9FC7-4B9E-B4A6-96DA0F00248B}"
        >
@@ -15,13 +14,12 @@
        <Configurations>
                <Configuration
                        Name="Release|Win32"
-                       OutputDirectory=".\..\..\..\objs\release"
-                       IntermediateDirectory=".\..\..\..\objs\release"
-                       ConfigurationType="4"
-                       
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+                       
OutputDirectory="..\..\..\objs\$(PlatformName)\$(ConfigurationName)\"
+                       
IntermediateDirectory="..\..\..\objs\$(PlatformName)\$(ConfigurationName)\"
+                       ConfigurationType="2"
                        UseOfMFC="0"
                        ATLMinimizesCRunTimeLibraryUsage="false"
-                       CharacterSet="2"
+                       CharacterSet="1"
                        >
                        <Tool
                                Name="VCPreBuildEventTool"
@@ -42,113 +40,37 @@
                                Name="VCCLCompilerTool"
                                Optimization="2"
                                InlineFunctionExpansion="1"
+                               EnableIntrinsicFunctions="true"
                                AdditionalIncludeDirectories="..\..\..\include"
-                               
PreprocessorDefinitions="NDEBUG;WIN32;_LIB;FT2_BUILD_LIBRARY"
+                               
PreprocessorDefinitions="NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY;DLL_EXPORT"
                                StringPooling="true"
                                RuntimeLibrary="2"
                                EnableFunctionLevelLinking="true"
                                DisableLanguageExtensions="true"
-                               
PrecompiledHeaderFile=".\..\..\..\objs\release/freetype.pch"
-                               
AssemblerListingLocation=".\..\..\..\objs\release/"
-                               ObjectFile=".\..\..\..\objs\release/"
-                               
ProgramDataBaseFileName=".\..\..\..\objs\release/"
                                WarningLevel="4"
                                DebugInformationFormat="0"
                                CompileAs="0"
+                               DisableSpecificWarnings="4001"
                        />
                        <Tool
                                Name="VCManagedResourceCompilerTool"
                        />
                        <Tool
                                Name="VCResourceCompilerTool"
-                               PreprocessorDefinitions="NDEBUG"
+                               PreprocessorDefinitions="NDEBUG;DLL_EXPORT"
                                Culture="1033"
                        />
                        <Tool
                                Name="VCPreLinkEventTool"
                        />
                        <Tool
-                               Name="VCLibrarianTool"
-                               OutputFile="..\..\..\objs\freetype291.lib"
-                               SuppressStartupBanner="true"
+                               Name="VCLinkerTool"
                        />
                        <Tool
                                Name="VCALinkTool"
                        />
                        <Tool
-                               Name="VCXDCMakeTool"
-                       />
-                       <Tool
-                               Name="VCBscMakeTool"
-                       />
-                       <Tool
-                               Name="VCFxCopTool"
-                       />
-                       <Tool
-                               Name="VCPostBuildEventTool"
-                       />
-               </Configuration>
-               <Configuration
-                       Name="Release Multithreaded|Win32"
-                       OutputDirectory=".\..\..\..\objs\release_mt"
-                       IntermediateDirectory=".\..\..\..\objs\release_mt"
-                       ConfigurationType="4"
-                       
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
-                       UseOfMFC="0"
-                       ATLMinimizesCRunTimeLibraryUsage="false"
-                       CharacterSet="2"
-                       >
-                       <Tool
-                               Name="VCPreBuildEventTool"
-                       />
-                       <Tool
-                               Name="VCCustomBuildTool"
-                       />
-                       <Tool
-                               Name="VCXMLDataGeneratorTool"
-                       />
-                       <Tool
-                               Name="VCWebServiceProxyGeneratorTool"
-                       />
-                       <Tool
-                               Name="VCMIDLTool"
-                       />
-                       <Tool
-                               Name="VCCLCompilerTool"
-                               Optimization="2"
-                               InlineFunctionExpansion="1"
-                               AdditionalIncludeDirectories="..\..\..\include"
-                               
PreprocessorDefinitions="NDEBUG;WIN32;_LIB;FT2_BUILD_LIBRARY"
-                               StringPooling="true"
-                               RuntimeLibrary="0"
-                               EnableFunctionLevelLinking="true"
-                               DisableLanguageExtensions="true"
-                               
PrecompiledHeaderFile=".\..\..\..\objs\release_mt/freetype.pch"
-                               
AssemblerListingLocation=".\..\..\..\objs\release_mt/"
-                               ObjectFile=".\..\..\..\objs\release_mt/"
-                               
ProgramDataBaseFileName=".\..\..\..\objs\release_mt/"
-                               WarningLevel="4"
-                               DebugInformationFormat="0"
-                               CompileAs="0"
-                       />
-                       <Tool
-                               Name="VCManagedResourceCompilerTool"
-                       />
-                       <Tool
-                               Name="VCResourceCompilerTool"
-                               PreprocessorDefinitions="NDEBUG"
-                               Culture="1033"
-                       />
-                       <Tool
-                               Name="VCPreLinkEventTool"
-                       />
-                       <Tool
-                               Name="VCLibrarianTool"
-                               OutputFile="..\..\..\objs\freetype291MT.lib"
-                               SuppressStartupBanner="true"
-                       />
-                       <Tool
-                               Name="VCALinkTool"
+                               Name="VCManifestTool"
                        />
                        <Tool
                                Name="VCXDCMakeTool"
@@ -160,18 +82,20 @@
                                Name="VCFxCopTool"
                        />
                        <Tool
+                               Name="VCAppVerifierTool"
+                       />
+                       <Tool
                                Name="VCPostBuildEventTool"
                        />
                </Configuration>
                <Configuration
-                       Name="Release Singlethreaded|Win32"
-                       OutputDirectory=".\..\..\..\objs\release_st"
-                       IntermediateDirectory=".\..\..\..\objs\release_st"
+                       Name="Release Static|Win32"
+                       
OutputDirectory="..\..\..\objs\$(PlatformName)\$(ConfigurationName)\"
+                       
IntermediateDirectory="..\..\..\objs\$(PlatformName)\$(ConfigurationName)\"
                        ConfigurationType="4"
-                       
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
                        UseOfMFC="0"
                        ATLMinimizesCRunTimeLibraryUsage="false"
-                       CharacterSet="2"
+                       CharacterSet="1"
                        >
                        <Tool
                                Name="VCPreBuildEventTool"
@@ -192,19 +116,17 @@
                                Name="VCCLCompilerTool"
                                Optimization="2"
                                InlineFunctionExpansion="1"
+                               EnableIntrinsicFunctions="true"
                                AdditionalIncludeDirectories="..\..\..\include"
-                               
PreprocessorDefinitions="NDEBUG;WIN32;_LIB;FT2_BUILD_LIBRARY"
+                               
PreprocessorDefinitions="NDEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT2_BUILD_LIBRARY"
                                StringPooling="true"
                                RuntimeLibrary="0"
                                EnableFunctionLevelLinking="true"
                                DisableLanguageExtensions="true"
-                               
PrecompiledHeaderFile=".\..\..\..\objs\release_st/freetype.pch"
-                               
AssemblerListingLocation=".\..\..\..\objs\release_st/"
-                               ObjectFile=".\..\..\..\objs\release_st/"
-                               
ProgramDataBaseFileName=".\..\..\..\objs\release_st/"
                                WarningLevel="4"
                                DebugInformationFormat="0"
                                CompileAs="0"
+                               DisableSpecificWarnings="4001"
                        />
                        <Tool
                                Name="VCManagedResourceCompilerTool"
@@ -219,7 +141,6 @@
                        />
                        <Tool
                                Name="VCLibrarianTool"
-                               OutputFile="..\..\..\objs\freetype291ST.lib"
                        />
                        <Tool
                                Name="VCALinkTool"
@@ -239,13 +160,12 @@
                </Configuration>
                <Configuration
                        Name="Debug|Win32"
-                       OutputDirectory=".\..\..\..\objs\debug"
-                       IntermediateDirectory=".\..\..\..\objs\debug"
-                       ConfigurationType="4"
-                       
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+                       
OutputDirectory="..\..\..\objs\$(PlatformName)\$(ConfigurationName)\"
+                       
IntermediateDirectory="..\..\..\objs\$(PlatformName)\$(ConfigurationName)\"
+                       ConfigurationType="2"
                        UseOfMFC="0"
                        ATLMinimizesCRunTimeLibraryUsage="false"
-                       CharacterSet="2"
+                       CharacterSet="1"
                        >
                        <Tool
                                Name="VCPreBuildEventTool"
@@ -265,110 +185,36 @@
                        <Tool
                                Name="VCCLCompilerTool"
                                Optimization="0"
+                               EnableIntrinsicFunctions="true"
                                AdditionalIncludeDirectories="..\..\..\include"
-                               
PreprocessorDefinitions="_DEBUG;WIN32;_LIB;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY"
+                               
PreprocessorDefinitions="_DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;DLL_EXPORT"
                                BasicRuntimeChecks="3"
                                RuntimeLibrary="3"
                                DisableLanguageExtensions="true"
-                               
PrecompiledHeaderFile=".\..\..\..\objs\debug/freetype.pch"
-                               
AssemblerListingLocation=".\..\..\..\objs\debug/"
-                               ObjectFile=".\..\..\..\objs\debug/"
-                               ProgramDataBaseFileName=".\..\..\..\objs\debug/"
                                WarningLevel="4"
                                DebugInformationFormat="3"
                                CompileAs="0"
+                               DisableSpecificWarnings="4001"
                        />
                        <Tool
                                Name="VCManagedResourceCompilerTool"
                        />
                        <Tool
                                Name="VCResourceCompilerTool"
-                               PreprocessorDefinitions="_DEBUG"
+                               PreprocessorDefinitions="_DEBUG;DLL_EXPORT"
                                Culture="1033"
                        />
                        <Tool
                                Name="VCPreLinkEventTool"
                        />
                        <Tool
-                               Name="VCLibrarianTool"
-                               OutputFile="..\..\..\objs\freetype291_D.lib"
-                               SuppressStartupBanner="true"
+                               Name="VCLinkerTool"
                        />
                        <Tool
                                Name="VCALinkTool"
                        />
                        <Tool
-                               Name="VCXDCMakeTool"
-                       />
-                       <Tool
-                               Name="VCBscMakeTool"
-                       />
-                       <Tool
-                               Name="VCFxCopTool"
-                       />
-                       <Tool
-                               Name="VCPostBuildEventTool"
-                       />
-               </Configuration>
-               <Configuration
-                       Name="Debug Singlethreaded|Win32"
-                       OutputDirectory=".\..\..\..\objs\debug_st"
-                       IntermediateDirectory=".\..\..\..\objs\debug_st"
-                       ConfigurationType="4"
-                       
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
-                       UseOfMFC="0"
-                       ATLMinimizesCRunTimeLibraryUsage="false"
-                       CharacterSet="2"
-                       >
-                       <Tool
-                               Name="VCPreBuildEventTool"
-                       />
-                       <Tool
-                               Name="VCCustomBuildTool"
-                       />
-                       <Tool
-                               Name="VCXMLDataGeneratorTool"
-                       />
-                       <Tool
-                               Name="VCWebServiceProxyGeneratorTool"
-                       />
-                       <Tool
-                               Name="VCMIDLTool"
-                       />
-                       <Tool
-                               Name="VCCLCompilerTool"
-                               Optimization="0"
-                               AdditionalIncludeDirectories="..\..\..\include"
-                               
PreprocessorDefinitions="_DEBUG;WIN32;_LIB;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY"
-                               BasicRuntimeChecks="3"
-                               RuntimeLibrary="1"
-                               DisableLanguageExtensions="true"
-                               
PrecompiledHeaderFile=".\..\..\..\objs\debug_st/freetype.pch"
-                               
AssemblerListingLocation=".\..\..\..\objs\debug_st/"
-                               ObjectFile=".\..\..\..\objs\debug_st/"
-                               
ProgramDataBaseFileName=".\..\..\..\objs\debug_st/"
-                               WarningLevel="4"
-                               DebugInformationFormat="3"
-                               CompileAs="0"
-                       />
-                       <Tool
-                               Name="VCManagedResourceCompilerTool"
-                       />
-                       <Tool
-                               Name="VCResourceCompilerTool"
-                               PreprocessorDefinitions="_DEBUG"
-                               Culture="1033"
-                       />
-                       <Tool
-                               Name="VCPreLinkEventTool"
-                       />
-                       <Tool
-                               Name="VCLibrarianTool"
-                               OutputFile="..\..\..\objs\freetype291ST_D.lib"
-                               SuppressStartupBanner="true"
-                       />
-                       <Tool
-                               Name="VCALinkTool"
+                               Name="VCManifestTool"
                        />
                        <Tool
                                Name="VCXDCMakeTool"
@@ -380,18 +226,20 @@
                                Name="VCFxCopTool"
                        />
                        <Tool
+                               Name="VCAppVerifierTool"
+                       />
+                       <Tool
                                Name="VCPostBuildEventTool"
                        />
                </Configuration>
                <Configuration
-                       Name="Debug Multithreaded|Win32"
-                       OutputDirectory=".\..\..\..\objs\debug_mt"
-                       IntermediateDirectory=".\..\..\..\objs\debug_mt"
+                       Name="Debug Static|Win32"
+                       
OutputDirectory="..\..\..\objs\$(PlatformName)\$(ConfigurationName)\"
+                       
IntermediateDirectory="..\..\..\objs\$(PlatformName)\$(ConfigurationName)\"
                        ConfigurationType="4"
-                       
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
                        UseOfMFC="0"
                        ATLMinimizesCRunTimeLibraryUsage="false"
-                       CharacterSet="2"
+                       CharacterSet="1"
                        >
                        <Tool
                                Name="VCPreBuildEventTool"
@@ -411,19 +259,17 @@
                        <Tool
                                Name="VCCLCompilerTool"
                                Optimization="0"
+                               EnableIntrinsicFunctions="true"
                                AdditionalIncludeDirectories="..\..\..\include"
-                               
PreprocessorDefinitions="_DEBUG;WIN32;_LIB;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY;_CRT_SECURE_NO_DEPRECATE"
+                               
PreprocessorDefinitions="_DEBUG;WIN32;_LIB;_CRT_SECURE_NO_WARNINGS;FT_DEBUG_LEVEL_ERROR;FT_DEBUG_LEVEL_TRACE;FT2_BUILD_LIBRARY"
                                GeneratePreprocessedFile="0"
                                BasicRuntimeChecks="3"
                                RuntimeLibrary="1"
                                DisableLanguageExtensions="true"
-                               
PrecompiledHeaderFile=".\..\..\..\objs\debug_mt/freetype.pch"
-                               
AssemblerListingLocation=".\..\..\..\objs\debug_mt/"
-                               ObjectFile=".\..\..\..\objs\debug_mt/"
-                               
ProgramDataBaseFileName=".\..\..\..\objs\debug_mt/"
                                WarningLevel="4"
                                DebugInformationFormat="3"
                                CompileAs="0"
+                               DisableSpecificWarnings="4001"
                        />
                        <Tool
                                Name="VCManagedResourceCompilerTool"
@@ -438,8 +284,6 @@
                        />
                        <Tool
                                Name="VCLibrarianTool"
-                               OutputFile="..\..\..\objs\freetype291MT_D.lib"
-                               SuppressStartupBanner="true"
                        />
                        <Tool
                                Name="VCALinkTool"
@@ -486,14 +330,6 @@
                                >
                        </File>
                        <File
-                               RelativePath="..\..\..\src\base\ftfstype.c"
-                               >
-                       </File>
-                       <File
-                               RelativePath="..\..\..\src\base\ftgasp.c"
-                               >
-                       </File>
-                       <File
                                RelativePath="..\..\..\src\cache\ftcache.c"
                                >
                        </File>
@@ -509,15 +345,7 @@
                                        />
                                </FileConfiguration>
                                <FileConfiguration
-                                       Name="Release Multithreaded|Win32"
-                                       >
-                                       <Tool
-                                               Name="VCCLCompilerTool"
-                                               
DisableLanguageExtensions="false"
-                                       />
-                               </FileConfiguration>
-                               <FileConfiguration
-                                       Name="Release Singlethreaded|Win32"
+                                       Name="Release Static|Win32"
                                        >
                                        <Tool
                                                Name="VCCLCompilerTool"
@@ -533,15 +361,7 @@
                                        />
                                </FileConfiguration>
                                <FileConfiguration
-                                       Name="Debug Singlethreaded|Win32"
-                                       >
-                                       <Tool
-                                               Name="VCCLCompilerTool"
-                                               
DisableLanguageExtensions="false"
-                                       />
-                               </FileConfiguration>
-                               <FileConfiguration
-                                       Name="Debug Multithreaded|Win32"
+                                       Name="Debug Static|Win32"
                                        >
                                        <Tool
                                                Name="VCCLCompilerTool"
@@ -550,6 +370,14 @@
                                </FileConfiguration>
                        </File>
                        <File
+                               RelativePath="..\..\..\src\base\ftfstype.c"
+                               >
+                       </File>
+                       <File
+                               RelativePath="..\..\..\src\base\ftgasp.c"
+                               >
+                       </File>
+                       <File
                                RelativePath="..\..\..\src\base\ftglyph.c"
                                >
                        </File>
@@ -593,35 +421,35 @@
                                        >
                                </File>
                                <File
-                                       RelativePath="..\..\..\src\base\ftmm.c"
+                                       
RelativePath="..\..\..\src\base\ftgxval.c"
                                        >
                                </File>
                                <File
-                                       RelativePath="..\..\..\src\base\ftpfr.c"
+                                       RelativePath="..\..\..\src\base\ftmm.c"
                                        >
                                </File>
                                <File
-                                       
RelativePath="..\..\..\src\base\ftsynth.c"
+                                       
RelativePath="..\..\..\src\base\ftotval.c"
                                        >
                                </File>
                                <File
-                                       
RelativePath="..\..\..\src\base\fttype1.c"
+                                       
RelativePath="..\..\..\src\base\ftpatent.c"
                                        >
                                </File>
                                <File
-                                       
RelativePath="..\..\..\src\base\ftwinfnt.c"
+                                       RelativePath="..\..\..\src\base\ftpfr.c"
                                        >
                                </File>
                                <File
-                                       
RelativePath="..\..\..\src\base\ftgxval.c"
+                                       
RelativePath="..\..\..\src\base\ftsynth.c"
                                        >
                                </File>
                                <File
-                                       
RelativePath="..\..\..\src\base\ftotval.c"
+                                       
RelativePath="..\..\..\src\base\fttype1.c"
                                        >
                                </File>
                                <File
-                                       
RelativePath="..\..\..\src\base\ftpatent.c"
+                                       
RelativePath="..\..\..\src\base\ftwinfnt.c"
                                        >
                                </File>
                                <File
@@ -703,6 +531,15 @@
                                >
                        </File>
                </Filter>
+               <Filter
+                       Name="Resource Files"
+                       
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
+                       >
+                       <File
+                               RelativePath="..\..\..\src\base\ftver.rc"
+                               >
+                       </File>
+               </Filter>
        </Files>
        <Globals>
        </Globals>
diff --git a/builds/windows/visualc/index.html 
b/builds/windows/visualc/index.html
index c0611d2..3a77f36 100644
--- a/builds/windows/visualc/index.html
+++ b/builds/windows/visualc/index.html
@@ -1,26 +1,27 @@
 <html>
 <header>
 <title>
-  FreeType&nbsp;2 Project Files for Visual&nbsp;C++ and VS.NET&nbsp;2005
+  FreeType&nbsp;2 Project Files for Visual&nbsp;C++ 6.0 and 2002-2008
 </title>
 
 <body>
 <h1>
-  FreeType&nbsp;2 Project Files for Visual&nbsp;C++ and VS.NET&nbsp;2005
+  FreeType&nbsp;2 Project Files for Visual&nbsp;C++ 6.0 and 2002-2008
 </h1>
 
-<p>This directory contains project files for Visual C++, named
-<tt>freetype.dsp</tt>, and Visual Studio, called <tt>freetype.sln</tt>.  It
-compiles the following libraries from the FreeType 2.9.1 sources:</p>
+<p>This directory contains project files <tt>freetype.dsp</tt> for
+Visual C++ 6.0, and <tt>freetype.vcproj</tt> for Visual C++ 2002
+through 2008, which you might need to upgrade automatically.
+It compiles the following libraries from the FreeType 2.9.1 sources:</p>
 
 <ul>
-  <pre>
-    freetype291.lib     - release build; single threaded
-    freetype291_D.lib   - debug build;   single threaded
-    freetype291MT.lib   - release build; multi-threaded
-    freetype291MT_D.lib - debug build;   multi-threaded</pre>
+  <li>freetype.dll using 'Release' or 'Debug' configurations</li>
+  <li>freetype.lib using 'Release Static' or 'Debug Static' configurations</li>
 </ul>
 
+<p>Build directories and target files are placed in the top-level
+<tt>objs</tt> directory.</p>
+
 <p>Be sure to extract the files with the Windows (CR+LF) line endings.  ZIP
 archives are already stored this way, so no further action is required.  If
 you use some <tt>.tar.*z</tt> archives, be sure to configure your extracting



reply via email to

[Prev in Thread] Current Thread [Next in Thread]