[gtksourceview] Visual Studio 201x projects: Update PythonPath



commit b7982a576eca850af2fa00c967a75c7fed612863
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Wed Mar 8 18:47:30 2017 +0800

    Visual Studio 201x projects: Update PythonPath
    
    This moves the Python path to assume that it is on 3.4.x, not 2.7.x, as
    this path may be used to generate introspection files in the future, where
    the giscanner Python module is typically built against Python 3.4.x on
    Visual Studio 201x.

 win32/vs10/gtksourceview4-version-paths.props.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/win32/vs10/gtksourceview4-version-paths.props.in 
b/win32/vs10/gtksourceview4-version-paths.props.in
index 2b1f342..c41edbf 100644
--- a/win32/vs10/gtksourceview4-version-paths.props.in
+++ b/win32/vs10/gtksourceview4-version-paths.props.in
@@ -15,7 +15,7 @@
     <GtkSourceviewSeparateVSDllSuffix>-vs$(VSVer)</GtkSourceviewSeparateVSDllSuffix>
     <GtkSourceviewDllPrefix>$(GtkSourceviewSeparateVSDllPrefix)</GtkSourceviewDllPrefix>
     <GtkSourceviewDllSuffix>$(GtkSourceviewSeparateVSDllSuffix)</GtkSourceviewDllSuffix>
-    <PythonPath>c:\python27</PythonPath>
+    <PythonPath>c:\python34</PythonPath>
   </PropertyGroup>
   <PropertyGroup>
     <_PropertySheetDisplayName>gtksourceview4versionpathsprops</_PropertySheetDisplayName>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]