mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
![]() Rule of thumb on Windows: * for a DLL: * if the library is built, set TVG_API to __declspec(dllexport) * if the library is used, set TVG_API to __declspec(dllimport) * for a static library, set TVG_API to nothing To set TVG_API for a static library, TVG_STATIC is defined when the stataic library is built. Otherwise, TVG_API is correctly set for a DLL. Also sun and intel compilers are handled @issue: https://github.com/thorvg/thorvg/issues/1446 |
||
---|---|---|
.. | ||
meson.build | ||
thorvg.h |