diff options
author | Christian Heimes <christian@cheimes.de> | 2008-05-26 13:51:41 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2008-05-26 13:51:41 (GMT) |
commit | 36f0a80bce377ef088902ea76276593c6b3196a8 (patch) | |
tree | 5c5c18d4c5be57f31a10a59cae1bc9164c856223 /PC/VS8.0/debug.vsprops | |
parent | 7a9906162b9ba3bc28636c434d9f8bc7ea415fdc (diff) | |
download | cpython-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/debug.vsprops')
-rw-r--r-- | PC/VS8.0/debug.vsprops | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/PC/VS8.0/debug.vsprops b/PC/VS8.0/debug.vsprops index 803da6e..bc643cb 100644 --- a/PC/VS8.0/debug.vsprops +++ b/PC/VS8.0/debug.vsprops @@ -8,4 +8,8 @@ Name="VCCLCompilerTool"
PreprocessorDefinitions="_DEBUG"
/>
-</VisualStudioPropertySheet>
\ No newline at end of file + <UserMacro
+ Name="KillPythonExe"
+ Value="$(OutDir)\kill_python_d.exe"
+ />
+</VisualStudioPropertySheet>
|