This directory contains a project files for Visual C++, named freetype.dsp, and Visual Studio, called freetype.sln. It will compile the following libraries from the FreeType 2.1.9 sources:
freetype219.lib - release build; single threaded freetype219_D.lib - debug build; single threaded freetype219MT.lib - release build; multi-threaded freetype219MT_D.lib - debug build; multi-threaded
Be sure to extract the files with the Windows (CR+LF) line endings. ZIP
archives are already stored this way, so no further step 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.