Visual Studio builds: Use PythonDir instead of PythonPath

This is to avoid confusion with the PYTHONPATH envvar that is commonly
used to determine where additional Python modules can be loaded,
especially in the case of a MSBuild build.  Note that envvar names are
not case sensitive on Windows in general.
This commit is contained in:
Chun-wei Fan
2017-07-13 17:45:44 +08:00
parent 75fa8c2afb
commit 9aa98db404
6 changed files with 18 additions and 18 deletions

View File

@@ -51,7 +51,7 @@
Value="$(GlibSeparateVSDllSuffix)"
/>
<UserMacro
Name="PythonPath"
Name="PythonDir"
Value="c:\python27"
/>
</VisualStudioPropertySheet>