Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / freetype2 / src / builds / win32 / vc2005 / index.html
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.4.8 sources:</p>
15
16 <ul>
17   <pre>
18     freetype248.lib     - release build; single threaded
19     freetype248_D.lib   - debug build;   single threaded
20     freetype248MT.lib   - release build; multi-threaded
21     freetype248MT_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>