blob: dfa9ef17402ac47c0d1ccb5ef992e1f9c36ababd (
plain)
1
2
3
4
5
6
7
8
|
module-def-and-WINDOWS_EXPORT_ALL_SYMBOLS
-----------------------------------------
* The :prop_tgt:`WINDOWS_EXPORT_ALL_SYMBOLS` target property may now
be used in combination with explicit ``.def`` files in order to
export all symbols from the object files within a target plus
an explicit list of symbols that the linker finds in dependencies
(e.g. ``msvcrt.lib``).
|