Loading buildconf.bat +0 −3 Original line number Diff line number Diff line Loading @@ -7,9 +7,6 @@ REM create ca-bundle.h echo /* This file is generated automatically */ >lib\ca-bundle.h echo #define CURL_CA_BUNDLE getenv("CURL_CA_BUNDLE") >>lib\ca-bundle.h REM create getdate.c copy lib\getdate.c.cvs lib\getdate.c REM create hugehelp.c copy src\hugehelp.c.cvs src\hugehelp.c Loading tests/testcurl.pl +0 −1 Original line number Diff line number Diff line Loading @@ -227,7 +227,6 @@ if (-d $CURLDIR) { logit "$CURLDIR is verified to be a fine source dir"; # remove the generated sources to force them to be re-generated each # time we run this test unlink "$CURLDIR/lib/getdate.c"; unlink "$CURLDIR/src/hugehelp.c"; } elsif (!$CVS && -f "$CURLDIR/tests/testcurl.pl") { logit "$CURLDIR is verified to be a fine daily source dir" Loading Loading
buildconf.bat +0 −3 Original line number Diff line number Diff line Loading @@ -7,9 +7,6 @@ REM create ca-bundle.h echo /* This file is generated automatically */ >lib\ca-bundle.h echo #define CURL_CA_BUNDLE getenv("CURL_CA_BUNDLE") >>lib\ca-bundle.h REM create getdate.c copy lib\getdate.c.cvs lib\getdate.c REM create hugehelp.c copy src\hugehelp.c.cvs src\hugehelp.c Loading
tests/testcurl.pl +0 −1 Original line number Diff line number Diff line Loading @@ -227,7 +227,6 @@ if (-d $CURLDIR) { logit "$CURLDIR is verified to be a fine source dir"; # remove the generated sources to force them to be re-generated each # time we run this test unlink "$CURLDIR/lib/getdate.c"; unlink "$CURLDIR/src/hugehelp.c"; } elsif (!$CVS && -f "$CURLDIR/tests/testcurl.pl") { logit "$CURLDIR is verified to be a fine daily source dir" Loading