freetype2/builds/windows/vc2010
Priyesh Kumar 2a5d8e8ff8 [builds/windows] Changes to build 'dlg' with FreeType on Windows.
We only support Visual C++ 2010 and newer.

* builds/windows/vc2010/script.bat: New windows batch file to copy
necessary 'dlg' files from `submodules/dlg` to `src/dlg`.  This file
is used as a pre-built event in Visual C++.

* builds/windows/ftdebug.c: Synchronize with `src/base/ftdebug.c`.

* builds/windows/vc2010/freetype.vcxproj.filters: Add
`src/dlgwrap.c`.

* builds/windows/vc2010/freetype.vcxproj
(AdditionalIncludeDirectories): Add include files of dlg for 'Debug'
and 'Debug Static' configurations on both 'x64' and 'win32'
platforms.
(PreprocessorDefinitions): Add `FT_LOGGING` for 'Debug' and 'Debug
Static' configurations on both 'x64' and 'win32' platforms.
Add `DLG_STATIC' for 'Debug' configuration on 'x64' and 'win32'
platforms.
(DisableLanguageExtensions): We need to disable the `/Za` option
when building 'dlg' with FreeType as 'dlg' strictly follows the C99
standard.  Visual C++ produces behaves unexpectedly when
compiling a C99 file with `/Za` option enabled.
2020-12-04 16:19:42 +01:00
..
freetype.sln * builds/windows/vc2010/freetype.sln: Synchronize with the project. 2018-01-09 22:22:19 -05:00
freetype.user.props Whitespace. 2014-12-06 23:28:58 +01:00
freetype.vcxproj [builds/windows] Changes to build 'dlg' with FreeType on Windows. 2020-12-04 16:19:42 +01:00
freetype.vcxproj.filters [builds/windows] Changes to build 'dlg' with FreeType on Windows. 2020-12-04 16:19:42 +01:00
index.html * Version 2.10.4 released. 2020-10-20 07:13:33 +02:00
script.bat [builds/windows] Changes to build 'dlg' with FreeType on Windows. 2020-12-04 16:19:42 +01:00