mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-18 16:38:08 +02:00
Instead, define BASE_DEF() and BASE_FUNC() similarly to FT_EXPORT_DEF() and FT_EXPORT_FUNC(), respectively, allowing the programmer to define proper types and/or export lists for multiple DLLs if necessary (e.g. ftbase.dll -- standalone, fttype1.dll -- needs ftbase.dll, etc.). The library is finally compiling and linking natively with a C++ compiler! |
||
|---|---|---|
| .. | ||
| module.mk | ||
| rules.mk | ||
| sfdriver.c | ||
| sfdriver.h | ||
| sfnt.c | ||
| sfobjs.c | ||
| sfobjs.h | ||
| ttcmap.c | ||
| ttcmap.h | ||
| ttload.c | ||
| ttload.h | ||
| ttpost.c | ||
| ttpost.h | ||
| ttsbit.c | ||
| ttsbit.h | ||