* src/builds/win32: Renamed to... * src/builds/windows: This. * src/builds/windows/vc2010/*: Updated to handle x64 target. * src/builds/windows/*.mk, docs/INSTALL.GNU: s/win32/windows/ where appropriate.2.6.5
parent
1eb06e67a0
commit
4d87ac8a7f
35 changed files with 815 additions and 35 deletions
File diff suppressed because it is too large
Load Diff
@ -1,26 +1,30 @@ |
||||
<html> |
||||
<header> |
||||
<title> |
||||
FreeType 2 Project Files for VS.NET 2010 |
||||
FreeType 2 Project Files for VS.NET 2010 or newer |
||||
</title> |
||||
|
||||
<body> |
||||
<h1> |
||||
FreeType 2 Project Files for VS.NET 2010 |
||||
FreeType 2 Project Files for VS.NET 2010 or newer |
||||
</h1> |
||||
|
||||
<p>This directory contains a project file for Visual C++, named |
||||
<tt>freetype.vcxproj</tt>, and Visual Studio, called <tt>freetype.sln</tt>. It |
||||
compiles the following libraries from the FreeType 2.5.0 sources:</p> |
||||
<p>This directory contains a project file for Visual C++ newer), named |
||||
<tt>freetype.vcxproj</tt>, and Visual Studio, called <tt>freetype.sln</tt>. |
||||
It compiles the following libraries from the FreeType 2.5.0 sources:</p> |
||||
|
||||
<ul> |
||||
<pre> |
||||
freetype250.lib - release build; single threaded |
||||
freetype250_D.lib - debug build; single threaded |
||||
freetype250MT.lib - release build; multi-threaded |
||||
freetype250MT_D.lib - debug build; multi-threaded</pre> |
||||
freetype250.lib - release build |
||||
freetype250_D.lib - debug build |
||||
freetype250ST.lib - release build; single threaded |
||||
freetype250ST_D.lib - debug build; single threaded |
||||
freetype250MT.lib - release build; multi-threaded |
||||
freetype250MT_D.lib - debug build; multi-threaded</pre> |
||||
</ul> |
||||
|
||||
<p>Both Win32 and x64 builds are supported.</p> |
||||
|
||||
<p>Be sure to extract the files with the Windows (CR+LF) line endings. ZIP |
||||
archives are already stored this way, so no further action is required. If |
||||
you use some <tt>.tar.*z</tt> archives, be sure to configure your extracting |
Loading…
Reference in new issue