mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-14 08:48:06 +02:00
to use direct definitions. This is the only way to do these things in a portable way :-( The rest of the code should follow shortly though everything compiles now. * builds/compiler/intelc.mk, builds/compiler/watcom.mk: New files. * builds/win32/detect.mk: Added support for the Intel C/C++ compiler, as well as _preliminary_ (read: doesn't work!) support for Watcom. Also added a new setup target. Type "make setup list" for a list of supported command-line compilers on Win32. * src/base/ftdebug.c: Added dummy symbol to avoid empty file if conditionals are off. |
||
|---|---|---|
| .. | ||
| ansi-cc.mk | ||
| bcc-dev.mk | ||
| bcc.mk | ||
| gcc-dev.mk | ||
| gcc.mk | ||
| intelc.mk | ||
| unix-lcc.mk | ||
| visualage.mk | ||
| visualc.mk | ||
| watcom.mk | ||
| win-lcc.mk | ||