summaryrefslogtreecommitdiffstats
path: root/PCbuild9/pyproject.vsprops
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-11-24 05:50:35 (GMT)
committerChristian Heimes <christian@cheimes.de>2007-11-24 05:50:35 (GMT)
commit3d9b5a5c96de54700bf4d394451797ae81f7ba2a (patch)
treef45f8681884beaf2e161f3931943860f1819ba53 /PCbuild9/pyproject.vsprops
parente39439e3c14a1e25531a4b9f403ef2a29c7f6d55 (diff)
downloadcpython-3d9b5a5c96de54700bf4d394451797ae81f7ba2a.zip
cpython-3d9b5a5c96de54700bf4d394451797ae81f7ba2a.tar.gz
cpython-3d9b5a5c96de54700bf4d394451797ae81f7ba2a.tar.bz2
Updated readme.txt
Added user macro for tcltk 64bit directory Redone some changes to the ssl project. From now on the _ssl project depends on a 32bit build of Python to aid cross compiling on a 32bit OS.
Diffstat (limited to 'PCbuild9/pyproject.vsprops')
-rw-r--r--PCbuild9/pyproject.vsprops8
1 files changed, 8 insertions, 0 deletions
diff --git a/PCbuild9/pyproject.vsprops b/PCbuild9/pyproject.vsprops
index 2f72c2b..3582f32 100644
--- a/PCbuild9/pyproject.vsprops
+++ b/PCbuild9/pyproject.vsprops
@@ -41,6 +41,10 @@
Value="python30"
/>
<UserMacro
+ Name="PythonExe"
+ Value="$(SolutionDir)\python.exe"
+ />
+ <UserMacro
Name="bsddbDir"
Value="..\..\db-4.4.20\build_win32\"
/>
@@ -60,4 +64,8 @@
Name="tcltkDir"
Value="..\..\tcltk\"
/>
+ <UserMacro
+ Name="tcltk64Dir"
+ Value="..\..\tcltk64"
+ />
</VisualStudioPropertySheet>