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>
6
 
7
8

9
  FreeType 2 Project Files for Visual C++ and VS.NET 2005
10
11
 
12

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

13
freetype.dsp, and Visual Studio, called freetype.sln.  It
14
compiles the following libraries from the FreeType 2.5.0 sources:

15
 
16
    17
      
    18
        freetype250.lib     - release build; single threaded
    19
        freetype250_D.lib   - debug build;   single threaded
    20
        freetype250MT.lib   - release build; multi-threaded
    21
        freetype250MT_D.lib - debug build;   multi-threaded
    22
    23
     
    24

    Be sure to extract the files with the Windows (CR+LF) line endings. ZIP

    25
    archives are already stored this way, so no further action is required.  If
    26
    you use some .tar.*z archives, be sure to configure your extracting
    27
    tool to convert the line endings.  For example, with 
    28
    href="http://www.winzip.com">WinZip, you should activate the TAR
    29
    file smart CR/LF Conversion option.  Alternatively, you may consider
    30
    using the unix2dos or u2d utilities that are floating
    31
    around, which specifically deal with this particular problem.
    32
     
    33

    Build directories are placed in the top-level objs

    34
    directory.

    35
     
    36
    37