MSVC 2010+ Projects: Update "Installation" Process
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 9 Jun 2014 02:27:36 +0000 (10:27 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 9 Jun 2014 02:27:36 +0000 (10:27 +0800)
commit91b9aef0c9988fcab6adb7be3af46953c1c558c9
treeaa236a16db9182b8c5a070ff6c273959b63cc594
parent39d70301c58b0e79f90fc2729eecc10ba5c3caf9
MSVC 2010+ Projects: Update "Installation" Process

Currently, due to the way that Visual Studio 2010+ projects are handled,
the "install" project does not re-build upon changes to the sources, as it
does not believe that its dependencies have changed, although the changed
sources are automatically recompiled.  This means that if a part or more
of the solution does not build, or if the sources need some other fixes
or enhancements, the up-to-date build is not copied automatically, which
can be misleading.

Improve on the situation by forcing the "install" project to trigger its
rebuild, so that the updated binaries can be copied.  This does trigger an
MSBuild warning, but having that warning is way better than not having an
up-to-date build, especially during testing and development.
build/win32/vs10/glib-install.props
build/win32/vs10/install.vcxproj