freetype2/builds
Priyeshkkumar c5dba671aa [builds/windows] Made changes to build dlg with FreeType on Windows.
* 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 studios.

	* builds/windows/ftdebug.c: Added support for logging and logging related
	public APIs.
	(ft_debug_init): Updates to support the change of levels of tracing
	components of FreeType at run-time.
	(FT_Trace_Set_Level): New function to change the levels of tracing
	components at run-time.
	(FT_Trace_Set_Default_Level): New function to reset the levels of
	tracing components back to default.
	(FT_Set_Log_Handler, FT_Set_Default_Log_Handler, FT_Callback): Added
	function definitions.

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

	* builds/windows/vc2010/freetype.vcxproj (AdditionalIncludeDirectories):
	Added include files of dlg for `Debug' and `Debug Static' configurations
	on both `x64' and `win32' platforms.
	(PreprocessorDefinitions): Added `FT_LOGGING' for `Debug' and
	`Debug Static' configurations on both `x64' and `win32' platforms.  Added
	`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 `C99' standards and
	the Visual Studios produces unexpected behaviours when compiling a `C99'
	file with `/Za' option enabled.
2020-08-27 23:28:05 +05:30
..
amiga Make macros for header file names optional. 2020-06-08 13:31:55 +02:00
ansi Update all copyright notices. 2020-01-19 17:05:19 +01:00
atari Don't use macro names that contain `__' [1/2]. 2016-01-12 21:37:13 +01:00
beos Update all copyright notices. 2020-01-19 17:05:19 +01:00
cmake Make macros for header file names optional. 2020-06-08 13:31:55 +02:00
compiler Update all copyright notices. 2020-01-19 17:05:19 +01:00
dos Update all copyright notices. 2020-01-19 17:05:19 +01:00
mac Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
os2 Update all copyright notices. 2020-01-19 17:05:19 +01:00
symbian Update all copyright notices. 2020-01-19 17:05:19 +01:00
unix Fix `-Wformat' compiler warnings. 2020-07-28 07:33:40 +02:00
vms [build] Split off more stuff from `ftconfig.h'. 2020-07-05 10:42:23 +02:00
wince Remove redundant inclusion of `ft2build.h'. 2020-06-13 21:15:45 +02:00
windows [builds/windows] Made changes to build dlg with FreeType on Windows. 2020-08-27 23:28:05 +05:30
detect.mk [docwriter] Drop support for Python < 3.5. 2020-03-21 20:17:17 +05:30
exports.mk Update all copyright notices. 2020-01-19 17:05:19 +01:00
freetype.mk [builds] Make necessary changes to compile dlg along with FreeType. 2020-08-26 12:27:52 +05:30
link_dos.mk Update all copyright notices. 2020-01-19 17:05:19 +01:00
link_std.mk Update all copyright notices. 2020-01-19 17:05:19 +01:00
modules.mk Update all copyright notices. 2020-01-19 17:05:19 +01:00
toplevel.mk [builds] Make necessary changes to compile dlg along with FreeType. 2020-08-26 12:27:52 +05:30