summaryrefslogtreecommitdiffstats
path: root/PCbuild/x64.vsprops
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-02-29 18:54:45 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-02-29 18:54:45 (GMT)
commit9e0513591dd283931ac2e28e50e8f8482f68f4f4 (patch)
tree9cb6287cd053a5c848162376d95ff2ef89887a34 /PCbuild/x64.vsprops
parent3fd0c442dc0208225f6d7249e45fbec9721bc1e5 (diff)
downloadcpython-9e0513591dd283931ac2e28e50e8f8482f68f4f4.zip
cpython-9e0513591dd283931ac2e28e50e8f8482f68f4f4.tar.gz
cpython-9e0513591dd283931ac2e28e50e8f8482f68f4f4.tar.bz2
Port build_ssl.py to 2.4; support HOST_PYTHON variable
Diffstat (limited to 'PCbuild/x64.vsprops')
-rw-r--r--PCbuild/x64.vsprops4
1 files changed, 4 insertions, 0 deletions
diff --git a/PCbuild/x64.vsprops b/PCbuild/x64.vsprops
index c7eabbe..0720084 100644
--- a/PCbuild/x64.vsprops
+++ b/PCbuild/x64.vsprops
@@ -15,4 +15,8 @@
Name="VCLinkerTool"
TargetMachine="17"
/>
+ <UserMacro
+ Name="PythonExe"
+ Value="$(HOST_PYTHON)"
+ />
</VisualStudioPropertySheet>