Subversion Repositories Kolibri OS

Rev

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

  1. <html>
  2. <header>
  3. <title>
  4.   FreeType&nbsp;2 Project Files for VS.NET&nbsp;2005
  5. </title>
  6.  
  7. <body>
  8. <h1>
  9.   FreeType&nbsp;2 Project Files for VS.NET&nbsp;2005
  10. </h1>
  11.  
  12. <p>This directory contains project files for Visual C++, named
  13. <tt>freetype.vcproj</tt>, and Visual Studio, called <tt>freetype.sln</tt>.  It
  14. compiles the following libraries from the FreeType 2.5.0 sources:</p>
  15.  
  16. <ul>
  17.   <pre>
  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</pre>
  22. </ul>
  23.  
  24. <p>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 <tt>.tar.*z</tt> archives, be sure to configure your extracting
  27. tool to convert the line endings.  For example, with <a
  28. href="http://www.winzip.com">WinZip</a>, you should activate the <it>TAR
  29. file smart CR/LF Conversion</it> option.  Alternatively, you may consider
  30. using the <tt>unix2dos</tt> or <tt>u2d</tt> utilities that are floating
  31. around, which specifically deal with this particular problem.
  32.  
  33. <p>Build directories are placed in the top-level <tt>objs</tt>
  34. directory.</p>
  35.  
  36. </body>
  37. </html>
  38.