1<html>
2<header>
3<title>
4  FreeType&nbsp;2 Project Files for VS.NET&nbsp;2008
5  (Pocket PC)
6</title>
7
8<body>
9<h1>
10  FreeType&nbsp;2 Project Files for VS.NET&nbsp;2008
11  (Pocket PC)
12</h1>
13
14<p>This directory contains project files for Visual C++, named
15<tt>freetype.dsp</tt>, and Visual Studio, called <tt>freetype.sln</tt> for
16the following targets:
17
18<ul>
19  <li>PPC/SP 2003 (Pocket PC 2003)</li>
20  <li>PPC/SP WM5 (Windows Mobile 5)</li>
21  <li>PPC/SP WM6 (Windows Mobile 6)</li>
22</ul>
23
24It compiles the following libraries from the FreeType 2.10.4 sources:</p>
25
26<ul>
27  <pre>
28    freetype.lib     - release build; single threaded
29    freetype_D.lib   - debug build;   single threaded
30    freetypeMT.lib   - release build; multi-threaded
31    freetypeMT_D.lib - debug build;   multi-threaded</pre>
32</ul>
33
34<p>Be sure to extract the files with the Windows (CR+LF) line endings.  ZIP
35archives are already stored this way, so no further action is required.  If
36you use some <tt>.tar.*z</tt> archives, be sure to configure your extracting
37tool to convert the line endings.  For example, with <a
38href="https://www.winzip.com">WinZip</a>, you should activate the <em>TAR
39file smart CR/LF Conversion</em> option.  Alternatively, you may consider
40using the <tt>unix2dos</tt> or <tt>u2d</tt> utilities that are floating
41around, which specifically deal with this particular problem.
42
43<p>Build directories are placed in the top-level <tt>objs</tt>
44directory.</p>
45
46</body>
47</html>
48