summaryrefslogtreecommitdiffstats
path: root/Templates/EXEHeader.dsptemplate
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Adding image version number (major.minor) property to windows binaries. ↵Brad King2006-10-161-4/+4
| | | | Default is 0.0, but the VERSION target property may change the value. Windows now has first-class support for dll and exe versioning. This addresses bug#1219.
* BUG: VS6 generator now uses ComputeLinkInformation just like all other ↵Brad King2006-04-191-8/+4
| | | | generators.
* ENH: Updated VS6 generator to use target.GetFullName() to compute target ↵Brad King2006-04-181-4/+4
| | | | file names.
* BUG: Fixed OUTPUT_NAME feature for VS6 generator. It was not working for ↵Brad King2005-08-191-0/+4
| | | | Debug builds and was not paying attention to the executable output path.
* 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
|
* 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-0/+30
|
* 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
|
* fixed some of the LIBRARY_OUTPUT_PATH and EXECUTABLE_OUTPUT_PATH problems.Sebastien Barre2001-05-221-3/+4
|
* new directoryKen Martin2001-05-171-0/+127