Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
3918 Serge 1
2
3
</pre></td>
        </tr>
        <tr valign="middle">
           <td></td>
           <td></td>
           <td><a name="l4">4</a></td>
           <td class="code"><pre>  FreeType 2 Project Files for Visual C++ and VS.NET 2005</pre></td>
        </tr>
        <tr valign="middle">
           <td></td>
           <td></td>
           <td><a name="l5">5</a></td>
           <td class="code"><pre>  (Pocket PC)</pre></td>
        </tr>
        <tr valign="middle">
           <td></td>
           <td></td>
           <td><a name="l6">6</a></td>
           <td class="code"><pre>
7
 
8
9

10
  FreeType 2 Project Files for Visual C++ and VS.NET 2005
11
  (Pocket PC)
12
13
 
14

This directory contains project files for Visual C++, named

15
freetype.dsp, and Visual Studio, called freetype.sln for
16
the following targets:
17
 
18
    19
      
  • PPC/SP 2003 (Pocket PC 2003)
  • 20
      
  • PPC/SP WM5 (Windows Mobile 5)
  • 21
      
  • PPC/SP WM6 (Windows Mobile 6)
  • 22
    23
     
    24
    It compiles the following libraries from the FreeType 2.5.0 sources:

    25
     
    26
      27
        
      28
          freetype250.lib     - release build; single threaded
      29
          freetype250_D.lib   - debug build;   single threaded
      30
          freetype250MT.lib   - release build; multi-threaded
      31
          freetype250MT_D.lib - debug build;   multi-threaded
      32
      33
       
      34

      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 .tar.*z archives, be sure to configure your extracting
      37
      tool to convert the line endings.  For example, with 
      38
      href="http://www.winzip.com">WinZip, you should activate the TAR
      39
      file smart CR/LF Conversion option.  Alternatively, you may consider
      40
      using the unix2dos or u2d utilities that are floating
      41
      around, which specifically deal with this particular problem.
      42
       
      43

      Build directories are placed in the top-level objs

      44
      directory.

      45
       
      46
      47