Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | -9/+9 |
| | | | | generator. This is an incremental fix for bug#4210. | ||||
* | ENH: Updated VS6 generator to use target.GetFullName() to compute target ↵ | Brad King | 2006-04-18 | 1 | -4/+4 |
| | | | | file names. | ||||
* | FIX: fixes bugs 1152 and 1154 | Bill Hoffman | 2005-02-11 | 1 | -4/+4 |
| | |||||
* | ENH: add support for static library property STATIC_LIBRARY_FLAGS | Bill Hoffman | 2004-04-22 | 1 | -4/+4 |
| | |||||
* | ENH: Attempt to add debug library postfix for visual studio 6 | Andy Cedilnik | 2003-10-31 | 1 | -0/+1 |
| | |||||
* | ENH: allow UNICODE to be specifed in the cxx flags and if not default to MBCS | Bill Hoffman | 2003-10-16 | 1 | -8/+8 |
| | |||||
* | ENH: add include paths to rc program for resource generation | Bill Hoffman | 2002-08-28 | 1 | -4/+4 |
| | |||||
* | fix comment | Bill Hoffman | 2001-12-19 | 1 | -3/+3 |
| | |||||
* | support for custom targets on exe and lib | Ken Martin | 2001-11-09 | 1 | -0/+9 |
| | |||||
* | 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 | -8/+8 |
| | | | | | because msdev does simple matching on build target, and specifying either Release or Debug builds would also build ReleaseWithDebugInfo | ||||
* | ENH: boot strap mfc gui and support for MFC | Bill Hoffman | 2001-06-20 | 1 | -8/+8 |
| | |||||
* | adding a "Release with debugging Info" build to CMake for NT | Ian Scott | 2001-06-07 | 1 | -0/+27 |
| | |||||
* | the "Release" target is not the default. | Sebastien Barre | 2001-06-04 | 1 | -1/+1 |
| | |||||
* | slight change in the order of the options (right-most takes precedence) | Sebastien Barre | 2001-05-24 | 1 | -3/+3 |
| | |||||
* | ENH: create CMAKE_CXX_FLAGS_[Buildtype] flags | Bill Hoffman | 2001-05-23 | 1 | -7/+15 |
| | |||||
* | 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 |
| | |||||
* | fixed some of the LIBRARY_OUTPUT_PATH and EXECUTABLE_OUTPUT_PATH problems. | Sebastien Barre | 2001-05-22 | 1 | -3/+4 |
| | |||||
* | new directory | Ken Martin | 2001-05-17 | 1 | -0/+119 |