diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-09-15 08:07:20 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-09-15 08:07:20 +0000 |
commit | f5e1beddf1db422a372f1d02704055c947b11cc9 (patch) | |
tree | 3e0d8aa78fa0dc1ccc4ef567c6d8fb8d5de9573c /buildconf.bat | |
parent | d4076c9a8a3e89cb8007b9d8b339166065fdfa33 (diff) | |
download | curl-f5e1beddf1db422a372f1d02704055c947b11cc9.tar.gz |
no more getdate.c to care about
Diffstat (limited to 'buildconf.bat')
-rw-r--r-- | buildconf.bat | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/buildconf.bat b/buildconf.bat index fb26a0b81..1499ca0b1 100644 --- a/buildconf.bat +++ b/buildconf.bat @@ -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
|