blob: caceac116a7d89c12c8973eba01ce74caf5e576d [file] [log] [blame]
Bradley Graingerd2731e12011-02-12 12:41:50 -08001<html>
2<header>
3<title>
4 FreeType&nbsp;2 Project Files for VS.NET&nbsp;2010
5</title>
6
7<body>
8<h1>
9 FreeType&nbsp;2 Project Files for VS.NET&nbsp;2010
10</h1>
11
12<p>This directory contains a project file for Visual C++, named
13<tt>freetype.vcxproj</tt>, and Visual Studio, called <tt>freetype.sln</tt>. It
Werner Lemberg25b7da52013-06-19 10:23:36 +020014compiles the following libraries from the FreeType 2.5.0 sources:</p>
Bradley Graingerd2731e12011-02-12 12:41:50 -080015
16<ul>
17 <pre>
Werner Lemberg25b7da52013-06-19 10:23:36 +020018 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>
Bradley Graingerd2731e12011-02-12 12:41:50 -080022</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 <it>TAR
29file smart CR/LF Conversion</it> 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>