🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
1.4 KiB

  1. <html>
  2. <header>
  3. <title>
  4. FreeType&nbsp;2 Project Files for Visual&nbsp;C++&nbsp;2010 or newer
  5. </title>
  6. <body>
  7. <h1>
  8. FreeType&nbsp;2 Project Files for Visual&nbsp;C++&nbsp;2010 or newer
  9. </h1>
  10. <p>This directory contains solution and project files for
  11. Visual&nbsp;C++&nbsp;2010 or newer, named <tt>freetype.sln</tt>,
  12. and <tt>freetype.vcxproj</tt>. It compiles the following libraries
  13. from the FreeType 2.11.0 sources:</p>
  14. <ul>
  15. <li>freetype.dll using 'Release' or 'Debug' configurations</li>
  16. <li>freetype.lib using 'Release Static' or 'Debug Static' configurations</li>
  17. </ul>
  18. <p>Both Win32 and x64 builds are supported. Build directories and target
  19. files are placed in the top-level <tt>objs</tt> directory.</p>
  20. <p>Customization of the FreeType library is done by editing the
  21. <tt>ftoption.h</tt> header file in the top-level <tt>devel</tt> path.
  22. Alternatively, you may copy the file to another directory and change the
  23. include directory in <tt>freetype.users.props</tt>.</p>
  24. <p>To configure library dependencies like <em>zlib</em> and <em>libpng</em>,
  25. edit the <tt>freetype.users.props</tt> file in this directory. It also
  26. simplifies automated (command-line) builds using <a
  27. href="https://msdn.microsoft.com/library/dd393574%28v=vs.100%29.aspx">msbuild</a>.</p>
  28. <p>To link your executable with FreeType DLL, you may want to define
  29. DLL_IMPORT so that the imported functions are appropriately
  30. attributed with <tt>dllimport<tt>.</p>
  31. </body>
  32. </html>