summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio8Generator.cxx
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Brad King2005-12-131-0/+125
| | | | target on which all other targets depend that re-runs CMake if any listfiles have been changed. This addresses bug#2512.
* BUG: Tweak VS8 generator to keep VS8 happy. The .vcproj files need their ↵Brad King2005-11-221-0/+1
| | | | own GUIDs in a ProjectGUID attribute. The top level .sln file needs a special comment at the top to allow it to be opened with double-click in explorer.
* ENH: add support for VCExpress 2005Bill Hoffman2004-07-051-0/+54