mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 06:09:14 -05:00
Merge topic 'auto_export_dll_symbols'
8f86407cWindows: Optionally generate DLL module definition files automatically069aa93bbindexplib: Add support for "/bigobj" format objects61bbbdcfbindexplib: Fix treatment of some symbolsde70c922bindexplib: Teach DumpFile to return errors8ea69dfebindexplib: Build source as part of CMakeLib2963cb2abindexplib: Wrap long lines4ff09893bindexplib: Drop code that CMake does not need7de8276cbindexplib: Add copyright/license notice block65086ad7bindexplib: Import original implementation from CERN
This commit is contained in:
@@ -46,8 +46,10 @@ else()
|
||||
set(_PLATFORM_LINK_FLAGS "")
|
||||
endif()
|
||||
|
||||
set(CMAKE_SUPPORT_WINDOWS_EXPORT_ALL_SYMBOLS 1)
|
||||
if(CMAKE_GENERATOR MATCHES "Visual Studio 6")
|
||||
set (CMAKE_NO_BUILD_TYPE 1)
|
||||
set(CMAKE_SUPPORT_WINDOWS_EXPORT_ALL_SYMBOLS 0) # not implemented for VS6
|
||||
endif()
|
||||
if(NOT CMAKE_NO_BUILD_TYPE AND CMAKE_GENERATOR MATCHES "Visual Studio")
|
||||
set (CMAKE_NO_BUILD_TYPE 1)
|
||||
|
||||
Reference in New Issue
Block a user