Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop Visual Studio 6 generator | Brad King | 2016-03-09 | 1 | -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 utilities | Brad King | 2009-07-03 | 1 | -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() and | Alexander Neundorf | 2007-05-09 | 1 | -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 King | 2007-03-09 | 1 | -4/+4 |
| | | | | generator. This is an incremental fix for bug#4210. | ||||
* | fix for new custom commands | Bill Hoffman | 2003-06-04 | 1 | -0/+8 |
| | |||||
* | made Debug the default configuration | Ken Martin | 2001-09-14 | 1 | -1/+1 |
| | |||||
* | Renamed the ReleaseWithDebugInfo Build configuration to RelWithDebInfo, | Ian Scott | 2001-07-03 | 1 | -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 NT | Ian Scott | 2001-06-07 | 1 | -0/+15 |
| | |||||
* | the "Release" target is not the default. | Sebastien Barre | 2001-06-04 | 1 | -1/+1 |
| | |||||
* | ReleaseMinSize => MinSizeRel | Sebastien Barre | 2001-05-23 | 1 | -4/+4 |
| | |||||
* | ENH: change Release Minsize to MinSizeRel, add MinSizeRel to dll template | Bill Hoffman | 2001-05-23 | 1 | -3/+3 |
| | |||||
* | Template now uses EXECUTABLE_OUTPUT_PATH too. | Sebastien Barre | 2001-05-23 | 1 | -6/+6 |
| | |||||
* | new directory | Ken Martin | 2001-05-17 | 1 | -0/+76 |