Don't run kill_python as part of the build process. Change the buildbots so they have to call it explicitly instead.

This commit is contained in:
Trent Nelson 2008-04-06 20:51:23 +00:00
parent 28112d0cb6
commit 5a4d66824a
4 changed files with 18 additions and 24 deletions

View file

@ -77,8 +77,6 @@
/>
<Tool
Name="VCPostBuildEventTool"
Description="Killing existing Python processes..."
CommandLine="&quot;$(KillPythonExe)&quot;"
/>
</Configuration>
<Configuration
@ -140,8 +138,6 @@
/>
<Tool
Name="VCPostBuildEventTool"
Description="Killing existing Python processes..."
CommandLine="&quot;$(KillPythonExe)&quot;"
/>
</Configuration>
<Configuration
@ -202,8 +198,6 @@
/>
<Tool
Name="VCPostBuildEventTool"
Description="Killing existing Python processes..."
CommandLine="&quot;$(KillPythonExe)&quot;"
/>
</Configuration>
<Configuration
@ -265,8 +259,6 @@
/>
<Tool
Name="VCPostBuildEventTool"
Description="Killing existing Python processes..."
CommandLine="&quot;$(KillPythonExe)&quot;"
/>
</Configuration>
</Configurations>