mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-19 14:48:12 +02:00
* src/base/ftdebug.c (ft_debug_init), builds/win32/ftdebug.c
(ft_debug_init), builds/amiga/src/ftdebug.c (ft_debug_init): changed the
syntax of the FT2_DEBUG environment variable used to control debugging
output (i.e. logging and error messages). It must now look like:
any:6 memory:4 io:3 or
any:6,memory:4,io:3 or
any:6;memory:4;io:3
|
||
|---|---|---|
| .. | ||
| visualc | ||
| detect.mk | ||
| ftdebug.c | ||
| w32-bcc.mk | ||
| w32-bccd.mk | ||
| w32-dev.mk | ||
| w32-gcc.mk | ||
| w32-icc.mk | ||
| w32-intl.mk | ||
| w32-lcc.mk | ||
| w32-mingw32.mk | ||
| w32-vcc.mk | ||
| w32-wat.mk | ||
| win32-def.mk | ||