From: Tim Peters Date: Sat, 11 Mar 2006 23:05:39 +0000 (+0000) Subject: Give the _ssl project a harmless command to perform X-Git-Tag: v2.5a0~278 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f2723d44fe355115ad5e3283466cc72e15f2abf;p=python Give the _ssl project a harmless command to perform for its "clean" action. Else the clean step run by the buildbot reports failure, due to the _ssl project whining about not being able to spawn an empty string. --- diff --git a/PCbuild/_ssl.vcproj b/PCbuild/_ssl.vcproj index 373e948ff5..3ebedbd165 100644 --- a/PCbuild/_ssl.vcproj +++ b/PCbuild/_ssl.vcproj @@ -3,6 +3,7 @@ ProjectType="Visual C++" Version="7.10" Name="_ssl" + RootNamespace="_ssl" SccProjectName="" SccLocalPath="" Keyword="MakeFileProj"> @@ -22,6 +23,7 @@ Name="VCNMakeTool" BuildCommandLine="python build_ssl.py" ReBuildCommandLine="python build_ssl.py -a" + CleanCommandLine="echo Nothing to do" Output="_ssl.pyd"/>