diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-02-29 18:54:45 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-02-29 18:54:45 (GMT) |
commit | 9e0513591dd283931ac2e28e50e8f8482f68f4f4 (patch) | |
tree | 9cb6287cd053a5c848162376d95ff2ef89887a34 /PCbuild/x64.vsprops | |
parent | 3fd0c442dc0208225f6d7249e45fbec9721bc1e5 (diff) | |
download | cpython-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.vsprops | 4 |
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> |