summaryrefslogtreecommitdiff
path: root/builds
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2003-01-31 10:12:40 +0000
committerDavid Turner <david@freetype.org>2003-01-31 10:12:40 +0000
commit3c3b2be67c994d604ea42786e1ae15352241ac19 (patch)
treeb9d6faaee887b5853174a319d09e28f6cba4b8e6 /builds
parent4bdf4350f258c1de66e4afccdc746c18f896ba16 (diff)
downloadfreetype2-3c3b2be67c994d604ea42786e1ae15352241ac19.tar.gz
* docs/CHANGES, docs/VERSION.DLL, docs/TODO: updating documentation forVER-2-1-4-RC1
the 2.1.4 release * builds/win32/visualc/freetype.dsp, builds/win32/visualc/index.html: updating the project file for 2.1.4
Diffstat (limited to 'builds')
-rw-r--r--builds/win32/visualc/index.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/builds/win32/visualc/index.html b/builds/win32/visualc/index.html
index 4f365c953..d491c5a5d 100644
--- a/builds/win32/visualc/index.html
+++ b/builds/win32/visualc/index.html
@@ -1,4 +1,4 @@
-<html>
+<html>
<header>
<title>FreeType 2 Project Files for Visual C++</title>
</header>
@@ -8,14 +8,14 @@
<p>This directory contains a project file for Visual C++, named
<tt>freetype.dsp</tt>. It will compile the following libraries
- from the FreeType 2.0.4 sources:</p>
-
+ from the FreeType 2.1.4 sources:</p>
+
<ul>
<pre>
- freetype204.lib - release build; single threaded
- freetype204_D.lib - debug build; single threaded
- freetype204MT.lib - release build; multi-threaded
- freetype204MT_D.lib - debug build; multi-threaded
+ freetype214.lib - release build; single threaded
+ freetype214_D.lib - debug build; single threaded
+ freetype214MT.lib - release build; multi-threaded
+ freetype214MT_D.lib - debug build; multi-threaded
</pre>
</ul>