summaryrefslogtreecommitdiffstats
path: root/PCbuild9/pyd.vsprops
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-11-23 07:05:03 (GMT)
committerChristian Heimes <christian@cheimes.de>2007-11-23 07:05:03 (GMT)
commit2336111aef67cf9946a468b757bcebbfcad713de (patch)
tree9733e355532dc996731efea73b03d67475e3146a /PCbuild9/pyd.vsprops
parenteaa2c980ee0dab3f292b6a63f3d76257b3d0a019 (diff)
downloadcpython-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.vsprops4
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>