From 7d64d109f0d78ba683df1122ddfadd5ace3e9143 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Wed, 12 Jul 2017 18:18:28 +0800 Subject: [PATCH] MSVC 201x builds: Allow different Python versions per toolset Use conditionals to select the Python installation, so that we can more stick to the default Visual Studio versions used to compile each official Python releases more closely. This means by default: -2010/2012/2013 builds use Python 3.4.x, which is built with 2010 -2015/2017 builds use Python 3.6.x, which is built with 2015 --- win32/vs10/glib-version-paths.props.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/win32/vs10/glib-version-paths.props.in b/win32/vs10/glib-version-paths.props.in index 468e558f5..df19f3993 100644 --- a/win32/vs10/glib-version-paths.props.in +++ b/win32/vs10/glib-version-paths.props.in @@ -12,7 +12,11 @@ -2-vs$(VSVer) $(GlibSeparateVSDllPrefix) $(GlibSeparateVSDllSuffix) - c:\python27 + c:\python34 + c:\python34 + c:\python34 + c:\python36 + c:\python36 <_PropertySheetDisplayName>glibversionpathsprops