Brad King 79a88c35f8 Refactor VS <= 7.1 utility-depends workaround
Commit 438a7e2f (Fix utility dependencies for static libraries in VS
generators, 2007-04-04) implemented utility-only dependencies between
linkable targets by introducing an intermediate non-linkable target.
We convert a dependency of the form

  foo -> bar

to the form

  foo -> bar_UTILITY -> bar

to prevent foo from including bar on its link line.  Previously we added
the extra "_UTILITY" targets explicitly among the project targets before
dependency analysis was performed.  Now we generate them separately at
the last moment so that cmGlobalGenerator need not be aware of them.
2010-08-24 18:47:56 -04:00
..
2010-08-17 15:12:42 -04:00
2010-08-20 00:10:30 -04:00
2010-05-19 15:40:48 -06:00
2009-12-08 09:38:36 -05:00
2010-05-17 13:34:29 -04:00
2010-03-02 15:38:02 -05:00
2010-03-17 11:04:13 -04:00