diff options
author | marha <marha@users.sourceforge.net> | 2011-11-10 15:49:48 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-11-10 15:49:48 +0100 |
commit | d783adea42f29bd7917929597ca1031b70587e1d (patch) | |
tree | 888ffc3043e659513c1760fdb7bd531810723afa /freetype/builds/win32/vc2008 | |
parent | ba1993a2eefbd475b13f373a861a401f06584cf8 (diff) | |
download | vcxsrv-d783adea42f29bd7917929597ca1031b70587e1d.tar.gz vcxsrv-d783adea42f29bd7917929597ca1031b70587e1d.tar.bz2 vcxsrv-d783adea42f29bd7917929597ca1031b70587e1d.zip |
Updated to freetype 2.4.7
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 7dad23118..c8221e511 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\freetype246.lib"
+ OutputFile="..\..\..\objs\win32\vc2008\freetype247.lib"
SuppressStartupBanner="true"
/>
<Tool
@@ -145,7 +145,7 @@ />
<Tool
Name="VCLibrarianTool"
- OutputFile="..\..\..\objs\win32\vc2008\freetype246MT.lib"
+ OutputFile="..\..\..\objs\win32\vc2008\freetype247MT.lib"
SuppressStartupBanner="true"
/>
<Tool
@@ -220,7 +220,7 @@ />
<Tool
Name="VCLibrarianTool"
- OutputFile="..\..\..\objs\win32\vc2008\freetype246ST.lib"
+ OutputFile="..\..\..\objs\win32\vc2008\freetype247ST.lib"
/>
<Tool
Name="VCALinkTool"
@@ -292,7 +292,7 @@ />
<Tool
Name="VCLibrarianTool"
- OutputFile="..\..\..\objs\win32\vc2008\freetype246_D.lib"
+ OutputFile="..\..\..\objs\win32\vc2008\freetype247_D.lib"
SuppressStartupBanner="true"
/>
<Tool
@@ -365,7 +365,7 @@ />
<Tool
Name="VCLibrarianTool"
- OutputFile="..\..\..\objs\win32\vc2008\freetype246ST_D.lib"
+ OutputFile="..\..\..\objs\win32\vc2008\freetype247ST_D.lib"
SuppressStartupBanner="true"
/>
<Tool
@@ -439,7 +439,7 @@ />
<Tool
Name="VCLibrarianTool"
- OutputFile="..\..\..\objs\win32\vc2008\freetype246MT_D.lib"
+ OutputFile="..\..\..\objs\win32\vc2008\freetype247MT_D.lib"
SuppressStartupBanner="true"
/>
<Tool
diff --git a/freetype/builds/win32/vc2008/index.html b/freetype/builds/win32/vc2008/index.html index a20dff55a..916963392 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.6 sources:</p> +compiles the following libraries from the FreeType 2.4.7 sources:</p> <ul> <pre> - freetype246.lib - release build; single threaded - freetype246_D.lib - debug build; single threaded - freetype246MT.lib - release build; multi-threaded - freetype246MT_D.lib - debug build; multi-threaded</pre> + freetype247.lib - release build; single threaded + freetype247_D.lib - debug build; single threaded + freetype247MT.lib - release build; multi-threaded + freetype247MT_D.lib - debug build; multi-threaded</pre> </ul> <p>Be sure to extract the files with the Windows (CR+LF) line endings. ZIP |