summaryrefslogtreecommitdiffstats
path: root/Templates/EXEWinHeader.dsptemplate
Commit message (Collapse)AuthorAgeFilesLines
* Fix config-specific INCLUDE_DIRECTORIES in multi-config generatorsStephen Kelly2012-10-171-8/+8
| | | | | | | | Commit 08cb4fa4 (Process generator expressions in the INCLUDE_DIRECTORIES property, 2012-09-18) contained an incorrect assumption that CMAKE_BUILD_TYPE was set on the makefile for each generated configuration in multi-config generators. Fix that by making the GetIncludeDirectories API depend on the config.
* Use per-config output dir in VS 6 templatesBrad King2009-10-281-8/+8
| | | | | | | 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).
* Fix Windows GUI implib and image version in VS 6Brad King2009-09-251-8/+8
| | | | | | | | | | | | | | These commits: Adding image version number (major.minor) property to windows binaries. Added support for import libraries created by executable and module targets. added content to Templates/EXEHeader.dsptemplate that should also have been added to Templates/EXEWinHeader.dsptemplate for the VS6 generator. This commit corrects the error. See issue #9586.
* BUG: fix for rc and vs6Bill Hoffman2008-12-031-0/+8
|
* BUG: fix bug OUTPUT_LIBNAME_EXPORTS done differently nowBill Hoffman2008-09-101-4/+4
|
* 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-9/+9
| | | | generator. This is an incremental fix for bug#4210.
* BUG: VS6 generator now uses ComputeLinkInformation just like all other ↵Brad King2006-04-191-9/+4
| | | | generators.
* ENH: Updated VS6 generator to use target.GetFullName() to compute target ↵Brad King2006-04-181-0/+4
| | | | file names.
* BUG: fix for bug 769 CMAKE_STANDARD_LIBRARIES now used in idesBill Hoffman2004-04-231-8/+8
|
* ENH: Attempt to add debug library postfix for visual studio 6Andy Cedilnik2003-10-311-1/+1
|
* Fix for BUG: 316Bill Hoffman2003-10-311-3/+3
|
* ENH: allow UNICODE to be specifed in the cxx flags and if not default to MBCSBill Hoffman2003-10-161-8/+8
|
* ENH: add include paths to rc program for resource generationBill Hoffman2002-08-281-4/+4
|
* support for custom targets on exe and libKen Martin2001-11-091-0/+8
|
* made Debug the default configurationKen Martin2001-09-141-1/+1
|
* Renamed the ReleaseWithDebugInfo Build configuration to RelWithDebInfo,Ian Scott2001-07-031-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 MFCBill Hoffman2001-06-201-8/+8
|
* adding a "Release with debugging Info" build to CMake for NTIan Scott2001-06-071-1/+33
|
* the "Release" target is not the default.Sebastien Barre2001-06-041-1/+1
|
* slight change in the order of the options (right-most takes precedence)Sebastien Barre2001-05-241-3/+3
|
* ENH: create CMAKE_CXX_FLAGS_[Buildtype] flagsBill Hoffman2001-05-231-6/+15
|
* ReleaseMinSize => MinSizeRelSebastien Barre2001-05-231-4/+4
|
* ENH: change Release Minsize to MinSizeRel, add MinSizeRel to dll templateBill Hoffman2001-05-231-3/+3
|
* PROP BASE and PROP were invertedSebastien Barre2001-05-231-2/+2
|
* fixed some of the LIBRARY_OUTPUT_PATH and EXECUTABLE_OUTPUT_PATH problems.Sebastien Barre2001-05-221-3/+4
|
* new directoryKen Martin2001-05-171-0/+130