summaryrefslogtreecommitdiff
path: root/win32/vs9/pango-version-paths.vsprops.in
diff options
context:
space:
mode:
Diffstat (limited to 'win32/vs9/pango-version-paths.vsprops.in')
-rw-r--r--win32/vs9/pango-version-paths.vsprops.in14
1 files changed, 11 insertions, 3 deletions
diff --git a/win32/vs9/pango-version-paths.vsprops.in b/win32/vs9/pango-version-paths.vsprops.in
index fc3b9e3f..f255ef7c 100644
--- a/win32/vs9/pango-version-paths.vsprops.in
+++ b/win32/vs9/pango-version-paths.vsprops.in
@@ -59,11 +59,19 @@
Value="$(PangoSeparateVSDllSuffix)"
/>
<UserMacro
- Name="PythonPath"
+ Name="PythonDir"
Value="c:\python27"
/>
<UserMacro
- Name="PythonPathX64"
- Value="$(PythonPath).x64"
+ Name="PythonDirX64"
+ Value="$(PythonDir).x64"
+ />
+ <UserMacro
+ Name="IntrospectPythonParam"
+ Value="PYTHON=$(PythonDir)\python.exe"
+ />
+ <UserMacro
+ Name="IntrospectPythonParamX64"
+ Value="PYTHON=$(PythonDirX64)\python.exe"
/>
</VisualStudioPropertySheet>