Home | History | Annotate | Download | only in vc2005-ce
      1 <html>
      2 <header>
      3 <title>
      4   FreeType&nbsp;2 Project Files for VS.NET&nbsp;2005
      5   (Pocket PC)
      6 </title>
      7 
      8 <body>
      9 <h1>
     10   FreeType&nbsp;2 Project Files for VS.NET&nbsp;2005
     11   (Pocket PC)
     12 </h1>
     13 
     14 <p>This directory contains project files for Visual C++, named
     15 <tt>freetype.vcproj</tt>, and Visual Studio, called <tt>freetype.sln</tt> for
     16 the 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 
     24 It compiles the following libraries from the FreeType 2.9 sources:</p>
     25 
     26 <ul>
     27   <pre>
     28     freetype29.lib     - release build; single threaded
     29     freetype29_D.lib   - debug build;   single threaded
     30     freetype29MT.lib   - release build; multi-threaded
     31     freetype29MT_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
     35 archives are already stored this way, so no further action is required.  If
     36 you use some <tt>.tar.*z</tt> archives, be sure to configure your extracting
     37 tool to convert the line endings.  For example, with <a
     38 href="http://www.winzip.com">WinZip</a>, you should activate the <em>TAR
     39 file smart CR/LF Conversion</em> option.  Alternatively, you may consider
     40 using the <tt>unix2dos</tt> or <tt>u2d</tt> utilities that are floating
     41 around, which specifically deal with this particular problem.
     42 
     43 <p>Build directories are placed in the top-level <tt>objs</tt>
     44 directory.</p>
     45 
     46 </body>
     47 </html>
     48