summaryrefslogtreecommitdiff
path: root/builds/windows/vc2010/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'builds/windows/vc2010/index.html')
-rw-r--r--builds/windows/vc2010/index.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/builds/windows/vc2010/index.html b/builds/windows/vc2010/index.html
index 2e27e85..c2b5800 100644
--- a/builds/windows/vc2010/index.html
+++ b/builds/windows/vc2010/index.html
@@ -12,16 +12,16 @@
<p>This directory contains a project file for Visual C++ (VS.NET&nbsp;2010
or newer), named <tt>freetype.vcxproj</tt>, and Visual Studio, called
<tt>freetype.sln</tt>. It compiles the following libraries from the
-FreeType 2.6.5 sources:</p>
+FreeType 2.8 sources:</p>
<ul>
<pre>
- freetype265.lib - release build
- freetype265d.lib - debug build
- freetype265ST.lib - release build; single threaded
- freetype265STd.lib - debug build; single threaded
- freetype265MT.lib - release build; multi-threaded
- freetype265MTd.lib - debug build; multi-threaded</pre>
+ freetype28.lib - release build
+ freetype28d.lib - debug build
+ freetype28ST.lib - release build; single threaded
+ freetype28STd.lib - debug build; single threaded
+ freetype28MT.lib - release build; multi-threaded
+ freetype28MTd.lib - debug build; multi-threaded</pre>
</ul>
<p>Both Win32 and x64 builds are supported.</p>
@@ -39,7 +39,7 @@ around, which specifically deal with this particular problem.
directory.</p>
<p>Customization of the FreeType library is done by editing the
-<tt>ftoptions.h</tt> header file in the top-level <tt>devel</tt> path.
+<tt>ftoption.h</tt> header file in the top-level <tt>devel</tt> path.
Alternatively, you may copy the file to another directory and change the
include directory in <tt>freetype.users.props</tt>.</p>