~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to src/3rdparty/freetype/builds/win32/visualce/index.html

  • Committer: Bazaar Package Importer
  • Author(s): Alessandro Ghersi
  • Date: 2009-11-02 18:30:08 UTC
  • mfrom: (1.2.2 upstream)
  • mto: (15.2.5 experimental)
  • mto: This revision was merged to the branch mainline in revision 88.
  • Revision ID: james.westby@ubuntu.com-20091102183008-b6a4gcs128mvfb3m
Tags: upstream-4.6.0~beta1
ImportĀ upstreamĀ versionĀ 4.6.0~beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html>
2
 
<header>
3
 
<title>
4
 
  FreeType&nbsp;2 Project Files for Visual&nbsp;C++ and VS.NET&nbsp;2005
5
 
  (Pocket PC)
6
 
</title>
7
 
 
8
 
<body>
9
 
<h1>
10
 
  FreeType&nbsp;2 Project Files for Visual&nbsp;C++ and VS.NET&nbsp;2005
11
 
  (Pocket PC)
12
 
</h1>
13
 
 
14
 
<p>This directory contains project files for Visual C++, named
15
 
<tt>freetype.dsp</tt>, and Visual Studio, called <tt>freetype.sln</tt> for
16
 
the following targets:
17
 
 
18
 
<ul>
19
 
  <li>PPC/SP 2003 (Pocket PC 2003)</li>
20
 
  <li>PPC/SP WM5 (Windows Mobile 5)</li>
21
 
  <li>PPC/SP WM6 (Windows Mobile 6)</li>
22
 
</ul>
23
 
 
24
 
It compiles the following libraries from the FreeType 2.3.6 sources:</p>
25
 
 
26
 
<ul>
27
 
  <pre>
28
 
    freetype236.lib     - release build; single threaded
29
 
    freetype236_D.lib   - debug build;   single threaded
30
 
    freetype236MT.lib   - release build; multi-threaded
31
 
    freetype236MT_D.lib - debug build;   multi-threaded</pre>
32
 
</ul>
33
 
 
34
 
<p>Be sure to extract the files with the Windows (CR+LF) line endings.  ZIP
35
 
archives are already stored this way, so no further action is required.  If
36
 
you use some <tt>.tar.*z</tt> archives, be sure to configure your extracting
37
 
tool to convert the line endings.  For example, with <a
38
 
href="http://www.winzip.com">WinZip</a>, you should activate the <it>TAR
39
 
file smart CR/LF Conversion</it> option.  Alternatively, you may consider
40
 
using the <tt>unix2dos</tt> or <tt>u2d</tt> utilities that are floating
41
 
around, which specifically deal with this particular problem.
42
 
 
43
 
<p>Build directories are placed in the top-level <tt>objs</tt>
44
 
directory.</p>
45
 
 
46
 
</body>
47
 
</html>