summaryrefslogtreecommitdiff
path: root/build/win32/vs9/gi-extra-paths.vsprops
diff options
context:
space:
mode:
Diffstat (limited to 'build/win32/vs9/gi-extra-paths.vsprops')
-rw-r--r--build/win32/vs9/gi-extra-paths.vsprops4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/win32/vs9/gi-extra-paths.vsprops b/build/win32/vs9/gi-extra-paths.vsprops
index 989b4994..ba7c4a6e 100644
--- a/build/win32/vs9/gi-extra-paths.vsprops
+++ b/build/win32/vs9/gi-extra-paths.vsprops
@@ -5,12 +5,12 @@
Name="giextrapaths"
InheritedPropertySheets=".\gi-build-defines.vsprops"
>
- <!-- PythonDir currently needs to point to a 32-bit/x86 Python 2.6/2.7 installation -->
+ <!-- PythonDir needs to point to a 32-bit/x86 Python 2.7/3.3+ installation -->
<UserMacro
Name="PythonDir"
Value="c:\\python27"
/>
- <!-- PythonDirX64 currently needs to point to an x86-64/x64 Python 2.6/2.7 installation -->
+ <!-- PythonDirX64 needs to point to an x86-64/x64 Python 2.7/3.3+ installation -->
<UserMacro
Name="PythonDirX64"
Value="$(PythonDir).x64"