1<html> 2<header> 3<title> 4 FreeType 2 Project Files for VS.NET 2005 5</title> 6 7<body> 8<h1> 9 FreeType 2 Project Files for VS.NET 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 14compiles the following libraries from the FreeType 2.9.1 sources:</p> 15 16<ul> 17 <pre> 18 freetype291.lib - release build; single threaded 19 freetype291_D.lib - debug build; single threaded 20 freetype291MT.lib - release build; multi-threaded 21 freetype291MT_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 25archives are already stored this way, so no further action is required. If 26you use some <tt>.tar.*z</tt> archives, be sure to configure your extracting 27tool to convert the line endings. For example, with <a 28href="http://www.winzip.com">WinZip</a>, you should activate the <em>TAR 29file smart CR/LF Conversion</em> option. Alternatively, you may consider 30using the <tt>unix2dos</tt> or <tt>u2d</tt> utilities that are floating 31around, which specifically deal with this particular problem. 32 33<p>Build directories are placed in the top-level <tt>objs</tt> 34directory.</p> 35 36</body> 37</html> 38