summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio8Generator.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: added internal target property for the name of the project fileKen Martin2007-04-101-3/+0
* ENH: some more cleanupKen Martin2007-03-131-1/+1
* BUG: Split precompiled header flags into a separate per-global-generator flag...Brad King2007-03-121-0/+19
* ENH: commit fix for putting everything in the build on vsBill Hoffman2006-11-091-2/+2
* BUG: Fix/cleanup custom commands and custom targets. Make empty comment stri...Brad King2006-09-281-7/+7
* ENH: Cleaned up signature of cmMakefile::AddUtilityCommand. It is not valid ...Brad King2006-09-281-4/+3
* BUG: Centralized generation of command line arguments in escaped form. This ...Brad King2006-09-211-2/+2
* STYLE: fix line lengthKen Martin2006-05-111-9/+17
* BUG: MSVC* variables should be set in IDE generators instead of just NMake.Brad King2006-05-051-0/+6
* ENH: Added support for multiple outputs generated by a single custom command....Brad King2006-04-111-2/+2
* ENH: add support for win64 for visual studio 2005 ide and nmake, also fix war...Bill Hoffman2006-03-301-3/+7
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-7/+7
* BUG: Avoid adding unused rules to special targets like ALL_BUILD. Make sure ...Brad King2006-02-141-0/+14
* BUG: Fixed generation of VS8 solution file to not be re-written when loaded b...Brad King2006-02-141-1/+34
* ENH: add working directory supportBill Hoffman2006-02-081-1/+4
* COMP: Fixed unused variable warning.Brad King2005-12-131-1/+1
* ENH: Added support for parallel builds in VS 8. There is now a special targe...Brad King2005-12-131-0/+125
* BUG: Tweak VS8 generator to keep VS8 happy. The .vcproj files need their own...Brad King2005-11-221-0/+1
* ENH: add support for VCExpress 2005Bill Hoffman2004-07-051-0/+54