Simplify VS generator ZERO_CHECK dependency
commit38210facf61cc80526e2d8ac1a19421dc995717a
authorking <king>
Fri, 4 Sep 2009 16:37:51 +0000 (4 16:37 +0000)
committerking <king>
Fri, 4 Sep 2009 16:37:51 +0000 (4 16:37 +0000)
tree34cf96b5a81ae312bc665480c303457c7593b6d6
parentc1dda86adee1baee662879d590ef25275ff7efff
Simplify VS generator ZERO_CHECK dependency

The VS generators use a ZERO_CHECK target on which all other targets
depend to check whether CMake needs to re-run.  This commit simplifies
the addition of a dependency on the target to all other targets.

We also move addition of dependencies to the beginning of the Generate
step.  This allows the dependency on ZERO_CHECK to be included in the
global inter-target dependency analysis.
Source/cmGlobalVisualStudio8Generator.cxx
Source/cmGlobalVisualStudio8Generator.h