From 9eee616f3052cbb5e97b7af31acb1768c2bd489a Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sun, 12 Mar 2006 07:05:34 +0000 Subject: [PATCH] Add a do-nothing "clean" operation to the _ssl project, so the buildbot's "clean" step doesn't fail due to _ssl whining that it can't spawn an empty string. --- PCbuild/_ssl.vcproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PCbuild/_ssl.vcproj b/PCbuild/_ssl.vcproj index 3bcd564c0088..24448bef950a 100644 --- a/PCbuild/_ssl.vcproj +++ b/PCbuild/_ssl.vcproj @@ -22,6 +22,7 @@ Name="VCNMakeTool" BuildCommandLine="python build_ssl.py" ReBuildCommandLine="python build_ssl.py -a" + CleanCommandLine="echo Nothing to do" Output="_ssl.pyd"/> -- 2.47.3