Commit f5e1bedd authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

no more getdate.c to care about

parent d4076c9a
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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

+0 −1
Original line number Diff line number Diff line
@@ -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"