Visual Studio Projects: Cleanup Property Sheets

Desktop / GNOME / GLib - Chun-wei Fan [src.gnome.org] - 26 December 2013 22:25 UTC

Make the projects include a single property sheet as necessary, which will in turn include the other property sheet(s) as needed, so that we can avoid warnings where we include the same property sheets twice in a single project.

Also make the copying of pre-configured headers into custom build rules so that they can be removed upon the clean command from the IDE and that they can be re-copied if their counterpart *.h.win32 are updated.

ddc29a9 Visual Studio Projects: Cleanup Property Sheets
build/win32/vs10/Makefile.am | 2 +-
build/win32/vs10/gio.vcxproj.filtersin | 3 +
build/win32/vs10/gio.vcxprojin | 24 ++-
build/win32/vs10/glib-build-defines.props | 2 +-
build/win32/vs10/glib-gen-srcs.props | 29 ++++
build/win32/vs10/glib-install.props | 249 +++++++++++++++--------------
build/win32/vs10/glib-version-paths.props | 2 +-
build/win32/vs10/glib.vcxproj.filtersin | 4 +
build/win32/vs10/glib.vcxprojin | 78 +++++++--
build/win32/vs10/glibprepbuild.props | 39 -----
build/win32/vs10/gmodule.vcxproj | 24 ++-
build/win32/vs10/gmodule.vcxproj.filters | 3 +
build/win32/vs10/install.vcxproj | 4 -
build/win32/vs9/Makefile.am | 2 +-
build/win32/vs9/gio.vcprojin | 42 ++++-
build/win32/vs9/glib-gen-srcs.vsprops | 32 ++++
build/win32/vs9/glib-install.vsprops | 138 ++++++++--------
build/win32/vs9/glib.vcprojin | 148 ++++++++++++++++-
build/win32/vs9/glibprepbuild.vsprops | 27 ----
build/win32/vs9/gmodule.vcproj | 42 ++++-
build/win32/vs9/install.vcproj | 8 +-
21 files changed, 593 insertions(+), 309 deletions(-)

Upstream: git.gnome.org


  • Share