clutter/build/win32
Chun-wei Fan 499f2e5831 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.
2014-06-09 18:57:24 +08:00
..
vs9 Visual Studio Builds: Avoid Implicit Linking to SDL 2014-04-17 10:53:24 +08:00
vs10 MSVC 2010+ Projects: Update "Installation" Process 2014-06-09 18:57:24 +08:00
.gitignore build: Clean up the VS build rules 2011-11-18 15:12:45 +00:00
Makefile.am Update Visual C++ support 2011-10-06 13:00:26 +08:00