Refactor WINDOWS_EXPORT_ALL_SYMBOLS implementation
Use `cmGeneratorTarget::ModuleDefinitionInfo` to combine the implementation of `WINDOWS_EXPORT_ALL_SYMBOLS` with that of using a `.def` file as a source. Only one of these could be used within a single target before anyway.
Showing
- Source/cmGeneratorTarget.cxx 6 additions, 1 deletionSource/cmGeneratorTarget.cxx
- Source/cmGeneratorTarget.h 1 addition, 0 deletionsSource/cmGeneratorTarget.h
- Source/cmGlobalVisualStudioGenerator.cxx 8 additions, 4 deletionsSource/cmGlobalVisualStudioGenerator.cxx
- Source/cmLocalVisualStudio7Generator.cxx 9 additions, 18 deletionsSource/cmLocalVisualStudio7Generator.cxx
- Source/cmMakefileExecutableTargetGenerator.cxx 1 addition, 4 deletionsSource/cmMakefileExecutableTargetGenerator.cxx
- Source/cmMakefileLibraryTargetGenerator.cxx 1 addition, 4 deletionsSource/cmMakefileLibraryTargetGenerator.cxx
- Source/cmMakefileTargetGenerator.cxx 32 additions, 42 deletionsSource/cmMakefileTargetGenerator.cxx
- Source/cmMakefileTargetGenerator.h 1 addition, 2 deletionsSource/cmMakefileTargetGenerator.h
- Source/cmNinjaNormalTargetGenerator.cxx 21 additions, 40 deletionsSource/cmNinjaNormalTargetGenerator.cxx
- Source/cmNinjaTargetGenerator.cxx 1 addition, 1 deletionSource/cmNinjaTargetGenerator.cxx
- Source/cmVisualStudio10TargetGenerator.cxx 9 additions, 21 deletionsSource/cmVisualStudio10TargetGenerator.cxx
Loading
Please register or sign in to comment