diff options
Diffstat (limited to 'freetype/builds/win32/vc2008')
-rw-r--r-- | freetype/builds/win32/vc2008/freetype.vcproj | 12 | ||||
-rw-r--r-- | freetype/builds/win32/vc2008/index.html | 10 |
2 files changed, 11 insertions, 11 deletions
diff --git a/freetype/builds/win32/vc2008/freetype.vcproj b/freetype/builds/win32/vc2008/freetype.vcproj index d5a6577b7..2fe5d1dc2 100644 --- a/freetype/builds/win32/vc2008/freetype.vcproj +++ b/freetype/builds/win32/vc2008/freetype.vcproj @@ -70,7 +70,7 @@ />
<Tool
Name="VCLibrarianTool"
- OutputFile="..\..\..\objs\win32\vc2008\freetype241.lib"
+ OutputFile="..\..\..\objs\win32\vc2008\freetype242.lib"
SuppressStartupBanner="true"
/>
<Tool
@@ -145,7 +145,7 @@ />
<Tool
Name="VCLibrarianTool"
- OutputFile="..\..\..\objs\win32\vc2008\freetype241MT.lib"
+ OutputFile="..\..\..\objs\win32\vc2008\freetype242MT.lib"
SuppressStartupBanner="true"
/>
<Tool
@@ -220,7 +220,7 @@ />
<Tool
Name="VCLibrarianTool"
- OutputFile="..\..\..\objs\win32\vc2008\freetype241ST.lib"
+ OutputFile="..\..\..\objs\win32\vc2008\freetype242ST.lib"
/>
<Tool
Name="VCALinkTool"
@@ -292,7 +292,7 @@ />
<Tool
Name="VCLibrarianTool"
- OutputFile="..\..\..\objs\win32\vc2008\freetype241_D.lib"
+ OutputFile="..\..\..\objs\win32\vc2008\freetype242_D.lib"
SuppressStartupBanner="true"
/>
<Tool
@@ -365,7 +365,7 @@ />
<Tool
Name="VCLibrarianTool"
- OutputFile="..\..\..\objs\win32\vc2008\freetype241ST_D.lib"
+ OutputFile="..\..\..\objs\win32\vc2008\freetype242ST_D.lib"
SuppressStartupBanner="true"
/>
<Tool
@@ -439,7 +439,7 @@ />
<Tool
Name="VCLibrarianTool"
- OutputFile="..\..\..\objs\win32\vc2008\freetype241MT_D.lib"
+ OutputFile="..\..\..\objs\win32\vc2008\freetype242MT_D.lib"
SuppressStartupBanner="true"
/>
<Tool
diff --git a/freetype/builds/win32/vc2008/index.html b/freetype/builds/win32/vc2008/index.html index 54dcbe488..7f7f11756 100644 --- a/freetype/builds/win32/vc2008/index.html +++ b/freetype/builds/win32/vc2008/index.html @@ -11,14 +11,14 @@ <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.4.1 sources:</p> +compiles the following libraries from the FreeType 2.4.2 sources:</p> <ul> <pre> - freetype241.lib - release build; single threaded - freetype241_D.lib - debug build; single threaded - freetype241MT.lib - release build; multi-threaded - freetype241MT_D.lib - debug build; multi-threaded</pre> + freetype242.lib - release build; single threaded + freetype242_D.lib - debug build; single threaded + freetype242MT.lib - release build; multi-threaded + freetype242MT_D.lib - debug build; multi-threaded</pre> </ul> <p>Be sure to extract the files with the Windows (CR+LF) line endings. ZIP |