summaryrefslogtreecommitdiff
path: root/build/win32/vs9/gi-version-paths.vsprops
diff options
context:
space:
mode:
Diffstat (limited to 'build/win32/vs9/gi-version-paths.vsprops')
-rw-r--r--build/win32/vs9/gi-version-paths.vsprops30
1 files changed, 22 insertions, 8 deletions
diff --git a/build/win32/vs9/gi-version-paths.vsprops b/build/win32/vs9/gi-version-paths.vsprops
index ae0ef094..5cde3304 100644
--- a/build/win32/vs9/gi-version-paths.vsprops
+++ b/build/win32/vs9/gi-version-paths.vsprops
@@ -13,20 +13,34 @@
Value="$(SolutionDir)\..\..\..\..\vs$(VSVer)\$(PlatformName)"
/>
<UserMacro
- Name="BASE_GI_DIR"
- Value="$(SolutionDir)\..\..\.."
- />
- <UserMacro
Name="CopyDir"
Value="$(GlibEtcInstallRoot)"
/>
+ <!-- PythonDir needs to point to a 32-bit/x86 Python 2.7/3.3+ installation -->
<UserMacro
- Name="ApiVersion"
- Value="1.0"
+ Name="PythonDir"
+ Value="c:\\python27"
+ />
+ <!-- PythonDirX64 needs to point to an x86-64/x64 Python 2.7/3.3+ installation -->
+ <UserMacro
+ Name="PythonDirX64"
+ Value="$(PythonDir).x64"
+ />
+ <UserMacro
+ Name="IntrospectPythonParam"
+ Value="PYTHON=$(PythonDir)\python.exe"
+ />
+ <UserMacro
+ Name="IntrospectPythonParamX64"
+ Value="PYTHON=$(PythonDirX64)\python.exe"
/>
<UserMacro
- Name="DefDir"
- Value="$(SolutionDir)$(ConfigurationName)\$(PlatformName)\obj\$(ProjectName)"
+ Name="BASE_GI_DIR"
+ Value="$(SolutionDir)\..\..\.."
+ />
+ <UserMacro
+ Name="ApiVersion"
+ Value="1.0"
/>
<UserMacro
Name="LibGILibtoolCompatibleDllPrefix"