-
- Downloads
Use per-config output dir in VS 6 templates
This commit removes use of configuration-less cmTarget::GetDirectory() by the VS 6 generator (except for compatibility with user templates). We replace OUTPUT_DIRECTORY_<CONFIG> tokens in the templates using the per-configuration result of cmTarget::GetDirectory(config).
Showing
- Source/cmLocalVisualStudio6Generator.cxx 34 additions, 0 deletionsSource/cmLocalVisualStudio6Generator.cxx
- Templates/DLLHeader.dsptemplate 8 additions, 8 deletionsTemplates/DLLHeader.dsptemplate
- Templates/EXEHeader.dsptemplate 8 additions, 8 deletionsTemplates/EXEHeader.dsptemplate
- Templates/EXEWinHeader.dsptemplate 8 additions, 8 deletionsTemplates/EXEWinHeader.dsptemplate
- Templates/staticLibHeader.dsptemplate 8 additions, 8 deletionsTemplates/staticLibHeader.dsptemplate
Loading
Please register or sign in to comment