misc/libfreetype/builds/wince/vc2008-ce/index.html
changeset 9372 915436ff64ab
parent 9371 f3840de881bd
child 9373 b769a8e38cbd
equal deleted inserted replaced
9371:f3840de881bd 9372:915436ff64ab
     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
       
    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.4.4 sources:</p>
       
    25 
       
    26 <ul>
       
    27   <pre>
       
    28     freetype244.lib     - release build; single threaded
       
    29     freetype244_D.lib   - debug build;   single threaded
       
    30     freetype244MT.lib   - release build; multi-threaded
       
    31     freetype244MT_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 <it>TAR
       
    39 file smart CR/LF Conversion</it> 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>