-
- Downloads
Windows: Optionally generate DLL module definition files automatically
Create target property WINDOWS_EXPORT_ALL_SYMBOLS to automatically generate a module definition file from MS-compatible .obj files and give it to the linker in order to export all symbols from the .dll part of a SHARED library.
Showing
- Help/manual/cmake-properties.7.rst 1 addition, 0 deletionsHelp/manual/cmake-properties.7.rst
- Help/manual/cmake-variables.7.rst 1 addition, 0 deletionsHelp/manual/cmake-variables.7.rst
- Help/prop_tgt/WINDOWS_EXPORT_ALL_SYMBOLS.rst 18 additions, 0 deletionsHelp/prop_tgt/WINDOWS_EXPORT_ALL_SYMBOLS.rst
- Help/release/dev/auto_export_dll_symbols.rst 6 additions, 0 deletionsHelp/release/dev/auto_export_dll_symbols.rst
- Help/variable/CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS.rst 6 additions, 0 deletionsHelp/variable/CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS.rst
- Modules/Platform/Windows-MSVC.cmake 2 additions, 0 deletionsModules/Platform/Windows-MSVC.cmake
- Source/cmGlobalVisualStudioGenerator.cxx 70 additions, 0 deletionsSource/cmGlobalVisualStudioGenerator.cxx
- Source/cmGlobalVisualStudioGenerator.h 4 additions, 0 deletionsSource/cmGlobalVisualStudioGenerator.h
- Source/cmLocalVisualStudio7Generator.cxx 30 additions, 1 deletionSource/cmLocalVisualStudio7Generator.cxx
- Source/cmMakefileLibraryTargetGenerator.cxx 53 additions, 0 deletionsSource/cmMakefileLibraryTargetGenerator.cxx
- Source/cmNinjaNormalTargetGenerator.cxx 54 additions, 0 deletionsSource/cmNinjaNormalTargetGenerator.cxx
- Source/cmTarget.cxx 5 additions, 0 deletionsSource/cmTarget.cxx
- Source/cmVisualStudio10TargetGenerator.cxx 28 additions, 2 deletionsSource/cmVisualStudio10TargetGenerator.cxx
- Source/cmcmd.cxx 39 additions, 0 deletionsSource/cmcmd.cxx
- Tests/RunCMake/AutoExportDll/AutoExport.cmake 7 additions, 0 deletionsTests/RunCMake/AutoExportDll/AutoExport.cmake
- Tests/RunCMake/AutoExportDll/AutoExportBuild-stderr.txt 1 addition, 0 deletionsTests/RunCMake/AutoExportDll/AutoExportBuild-stderr.txt
- Tests/RunCMake/AutoExportDll/CMakeLists.txt 3 additions, 0 deletionsTests/RunCMake/AutoExportDll/CMakeLists.txt
- Tests/RunCMake/AutoExportDll/RunCMakeTest.cmake 26 additions, 0 deletionsTests/RunCMake/AutoExportDll/RunCMakeTest.cmake
- Tests/RunCMake/AutoExportDll/foo.c 15 additions, 0 deletionsTests/RunCMake/AutoExportDll/foo.c
- Tests/RunCMake/AutoExportDll/hello.cxx 13 additions, 0 deletionsTests/RunCMake/AutoExportDll/hello.cxx
Loading
Please register or sign in to comment