summaryrefslogtreecommitdiffstats
path: root/Templates/UtilityHeader.dsptemplate
Commit message (Collapse)AuthorAgeFilesLines
* Drop Visual Studio 6 generatorBrad King2016-03-091-95/+0
| | | | | | This generator has been deprecated since CMake 3.3. Remove it. Update documentation, modules, and tests to drop content specific to this generator.
* BUG: Avoid cmTarget::GetDirectory for utilitiesBrad King2009-07-031-4/+0
| | | | | | | Since utility targets have no main output files like executables or libraries, they do not define an output directory. This removes a call to cmTarget::GetDirectory from cmLocalVisualStudio{6,7}Generator for such targets.
* ENH: now target names can be used in add_custom_command() andAlexander Neundorf2007-05-091-4/+4
| | | | | | | | | | add_custom_target() as COMMAND, and cmake will recognize them and replace them with the actual output path of these executables. Also the dependency will be added automatically. Test included. ENH: moved TraceVSDependencies() to the end of GlobalGenerator::Configure(), so it is done now in one central place Alex
* ENH: Implemented use of cmTarget::GetDirectory() in Visual Studio 6 ↵Brad King2007-03-091-4/+4
| | | | generator. This is an incremental fix for bug#4210.
* fix for new custom commandsBill Hoffman2003-06-041-0/+8
|
* made Debug the default configurationKen Martin2001-09-141-1/+1
|
* Renamed the ReleaseWithDebugInfo Build configuration to RelWithDebInfo,Ian Scott2001-07-031-7/+7
| | | | | because msdev does simple matching on build target, and specifying either Release or Debug builds would also build ReleaseWithDebugInfo
* adding a "Release with debugging Info" build to CMake for NTIan Scott2001-06-071-0/+15
|
* the "Release" target is not the default.Sebastien Barre2001-06-041-1/+1
|
* ReleaseMinSize => MinSizeRelSebastien Barre2001-05-231-4/+4
|
* ENH: change Release Minsize to MinSizeRel, add MinSizeRel to dll templateBill Hoffman2001-05-231-3/+3
|
* Template now uses EXECUTABLE_OUTPUT_PATH too.Sebastien Barre2001-05-231-6/+6
|
* new directoryKen Martin2001-05-171-0/+76