Visual C++ Projects: Split the Property Sheets
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 12 Dec 2013 07:53:07 +0000 (15:53 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 12 Dec 2013 07:53:07 +0000 (15:53 +0800)
commitcc368e105bf9aa81d7fc80b5c4e3bb2924ad98fe
treebe352ee1a6e9934a7a02074bcbe1fe64f932f4fc
parente5d8c11921449391ebe3af63d673e2cedd763d6d
Visual C++ Projects: Split the Property Sheets

This will make the single property sheets split into multiple property
sheets as:
-They will be easier to maintain
-Individual Projects can include them as needed
-Easier to automate the listing of headers to "install"

Also update some parts to improve the overall build experience,
specifically combining macro defs and using a custom build rule for
config.h.
20 files changed:
build/win32/vs10/Makefile.am
build/win32/vs10/atk-build-defines.props [new file with mode: 0644]
build/win32/vs10/atk-gen-src.props [new file with mode: 0644]
build/win32/vs10/atk-gengir.props [new file with mode: 0644]
build/win32/vs10/atk-install.props [new file with mode: 0644]
build/win32/vs10/atk-version-paths.props [new file with mode: 0644]
build/win32/vs10/atk.props [deleted file]
build/win32/vs10/atk.vcxproj.filtersin
build/win32/vs10/atk.vcxprojin
build/win32/vs10/gengir.vcxproj
build/win32/vs10/install.vcxproj
build/win32/vs9/Makefile.am
build/win32/vs9/atk-build-defines.vsprops [new file with mode: 0644]
build/win32/vs9/atk-gen-src.vsprops [new file with mode: 0644]
build/win32/vs9/atk-gengir.vsprops [new file with mode: 0644]
build/win32/vs9/atk-install.vsprops [moved from build/win32/vs9/atk.vsprops with 52% similarity]
build/win32/vs9/atk-version-paths.vsprops [new file with mode: 0644]
build/win32/vs9/atk.vcprojin
build/win32/vs9/gengir.vcproj
build/win32/vs9/install.vcproj