diff options
author | Christian Heimes <christian@cheimes.de> | 2007-11-23 07:05:03 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2007-11-23 07:05:03 (GMT) |
commit | 2336111aef67cf9946a468b757bcebbfcad713de (patch) | |
tree | 9733e355532dc996731efea73b03d67475e3146a /PCbuild9/pyd.vsprops | |
parent | eaa2c980ee0dab3f292b6a63f3d76257b3d0a019 (diff) | |
download | cpython-2336111aef67cf9946a468b757bcebbfcad713de.zip cpython-2336111aef67cf9946a468b757bcebbfcad713de.tar.gz cpython-2336111aef67cf9946a468b757bcebbfcad713de.tar.bz2 |
Backport of PCbuild9 fixes from py3k r59130
Diffstat (limited to 'PCbuild9/pyd.vsprops')
-rw-r--r-- | PCbuild9/pyd.vsprops | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/PCbuild9/pyd.vsprops b/PCbuild9/pyd.vsprops index 2a69d95..6f86565 100644 --- a/PCbuild9/pyd.vsprops +++ b/PCbuild9/pyd.vsprops @@ -20,4 +20,8 @@ Name="VCPostBuildEventTool" CommandLine="" /> + <UserMacro + Name="PythonExe" + Value="$(OutDir)python.exe" + /> </VisualStudioPropertySheet> |