MSVC Builds: Use PythonDir instead of PythonPath
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 13 Jul 2017 09:31:07 +0000 (17:31 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 13 Jul 2017 09:31:07 +0000 (17:31 +0800)
commit62769abbe997022db2cb6539dd2fef08acefe243
tree13d6a94c3444cca0ffafa19bce8c28f9a860cd31
parent4266822d4b5227b55706993840a913fb6b15b2cd
MSVC Builds: Use PythonDir instead of PythonPath

If someone is building using MSBuild, we want to make sure that we do
not use an envvar that would also determine where the Python modules are
loaded.

Also, allow different Python paths depending on the Visual Studio
version that is being used for Visual Studio 201x builds, to better suit
the version of  Visual Studio that is used to build the official
releases of Python, which means the default is as follows:

-Visual Studio 2010, 2012, 2013: Python 3.4.x, which is built with 2010
-Visual Studio 2015 and 2017: Python 3.6.x, which is built with 2015.
win32/vs10/README.txt
win32/vs10/atk-gen-src.props
win32/vs10/atk-install.propsin
win32/vs10/atk-version-paths.props.in
win32/vs9/README.txt
win32/vs9/atk-gen-src.vsprops
win32/vs9/atk-install.vspropsin
win32/vs9/atk-version-paths.vsprops.in