This directory contains a project file for Visual C++ newer), named freetype.vcxproj, and Visual Studio, called freetype.sln. It compiles the following libraries from the FreeType 2.5.2 sources:
freetype252.lib - release build freetype252_D.lib - debug build freetype252ST.lib - release build; single threaded freetype252ST_D.lib - debug build; single threaded freetype252MT.lib - release build; multi-threaded freetype252MT_D.lib - debug build; multi-threaded
Both Win32 and x64 builds are supported.
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 .tar.*z archives, be sure to configure your extracting
tool to convert the line endings. For example, with WinZip, you should activate the
Build directories are placed in the top-level objs directory.