module-def-and-WINDOWS_EXPORT_ALL_SYMBOLS.rst 377 B

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