summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio8Generator.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Added support for multiple outputs generated by a single custom ↵Brad King2006-04-111-2/+2
| | | | command. For Visual Studio generators the native tool provides support. For Xcode and Makefile generators a simple trick is used. The first output is considered primary and has the build rule attached. Other outputs simply depend on the first output with no build rule. During cmake_check_build_system CMake detects when a secondary output is missing and removes the primary output to make sure all outputs are regenerated. This approach always builds the custom command at the right time and only once even during parallel builds.
* ENH: add support for win64 for visual studio 2005 ide and nmake, also fix ↵Bill Hoffman2006-03-301-3/+7
| | | | warnings produced by building for win64
* 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
| | | | project regeneration rules go only in desired targets.
* BUG: Fixed generation of VS8 solution file to not be re-written when loaded ↵Brad King2006-02-141-1/+34
| | | | by VS and to work with msbuild.
* 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 ↵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