summaryrefslogtreecommitdiffstats
path: root/PC/VS8.0/release.vsprops
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2008-05-26 13:51:41 (GMT)
committerChristian Heimes <christian@cheimes.de>2008-05-26 13:51:41 (GMT)
commit36f0a80bce377ef088902ea76276593c6b3196a8 (patch)
tree5c5c18d4c5be57f31a10a59cae1bc9164c856223 /PC/VS8.0/release.vsprops
parent7a9906162b9ba3bc28636c434d9f8bc7ea415fdc (diff)
downloadcpython-36f0a80bce377ef088902ea76276593c6b3196a8.zip
cpython-36f0a80bce377ef088902ea76276593c6b3196a8.tar.gz
cpython-36f0a80bce377ef088902ea76276593c6b3196a8.tar.bz2
Used vs9to8.py to port all VS9.0 changes to 8.0
Updated VS7.1 and VC6 project files
Diffstat (limited to 'PC/VS8.0/release.vsprops')
-rw-r--r--PC/VS8.0/release.vsprops4
1 files changed, 4 insertions, 0 deletions
diff --git a/PC/VS8.0/release.vsprops b/PC/VS8.0/release.vsprops
index c4f8567..08def90 100644
--- a/PC/VS8.0/release.vsprops
+++ b/PC/VS8.0/release.vsprops
@@ -8,4 +8,8 @@
Name="VCCLCompilerTool"
PreprocessorDefinitions="NDEBUG"
/>
+ <UserMacro
+ Name="KillPythonExe"
+ Value="$(OutDir)\kill_python.exe"
+ />
</VisualStudioPropertySheet>