summaryrefslogtreecommitdiff
path: root/builds/windows/visualce/index.html
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2015-10-04 08:18:01 +0200
committerWerner Lemberg <wl@gnu.org>2015-10-04 08:18:01 +0200
commit8cabd919ca63f0e6c12e8405e8542a45d910fa62 (patch)
treea1b71d2973a38ed525a8dc003e7e646c829ee9dc /builds/windows/visualce/index.html
parentb260dc9fab7c8eac410f49ef5f1d173db69b7ac8 (diff)
downloadfreetype2-8cabd919ca63f0e6c12e8405e8542a45d910fa62.tar.gz
* Version 2.6.1 released.VER-2-6-1
========================= Tag sources with `VER-2-6-1'. * docs/VERSION.DLL: Update documentation and bump version number to 2.6.1. * README, Jamfile (RefDoc), builds/windows/vc2005/freetype.vcproj, builds/windows/vc2005/index.html, builds/windows/vc2008/freetype.vcproj, builds/windows/vc2008/index.html, builds/windows/vc2010/freetype.vcxproj, builds/windows/vc2010/index.html, builds/windows/visualc/freetype.dsp, builds/windows/visualc/freetype.vcproj, builds/windows/visualc/index.html, builds/windows/visualce/freetype.dsp, builds/windows/visualce/freetype.vcproj, builds/windows/visualce/index.html, builds/wince/vc2005-ce/freetype.vcproj, builds/wince/vc2005-ce/index.html, builds/wince/vc2008-ce/freetype.vcproj, builds/wince/vc2008-ce/index.html: s/2.6/2.6.1/, s/26/261/. * include/freetype/freetype.h (FREETYPE_PATCH): Set to 1. * builds/unix/configure.raw (version_info): Set to 18:1:12. * CMakeLists.txt (VERSION_PATCH): Set to 1. * src/autofit/afmodule.c [AF_DEBUG_AUTOFIT]: Ensure C linking for dumping functions.
Diffstat (limited to 'builds/windows/visualce/index.html')
-rw-r--r--builds/windows/visualce/index.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/builds/windows/visualce/index.html b/builds/windows/visualce/index.html
index 90334f536..836a798a3 100644
--- a/builds/windows/visualce/index.html
+++ b/builds/windows/visualce/index.html
@@ -21,22 +21,22 @@ the following targets:
<li>PPC/SP WM6 (Windows Mobile 6)</li>
</ul>
-It compiles the following libraries from the FreeType 2.6 sources:</p>
+It compiles the following libraries from the FreeType 2.6.1 sources:</p>
<ul>
<pre>
- freetype26.lib - release build; single threaded
- freetype26_D.lib - debug build; single threaded
- freetype26MT.lib - release build; multi-threaded
- freetype26MT_D.lib - debug build; multi-threaded</pre>
+ freetype261.lib - release build; single threaded
+ freetype261_D.lib - debug build; single threaded
+ freetype261MT.lib - release build; multi-threaded
+ freetype261MT_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 <it>TAR
-file smart CR/LF Conversion</it> option. Alternatively, you may consider
+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.