diff options
author | Michal Marek <mmarek@suse.cz> | 2008-03-31 12:09:43 +0000 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2008-03-31 12:09:43 +0000 |
commit | d13be06aaa918f7098570f7f0f7a2a600a48d9a0 (patch) | |
tree | d05998333a3b00b5d7050e52658224378ef0afe4 /buildconf.bat | |
parent | f1c69192da0a7326329629550795101e40092438 (diff) | |
download | curl-d13be06aaa918f7098570f7f0f7a2a600a48d9a0.tar.gz |
Removed the generated ca-bundle.h file. The verbatim value of $ca and
$capath is known to configure, so it can be defined in config.h instead.
Diffstat (limited to 'buildconf.bat')
-rw-r--r-- | buildconf.bat | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/buildconf.bat b/buildconf.bat index 7c5375715..deeaea904 100644 --- a/buildconf.bat +++ b/buildconf.bat @@ -3,11 +3,8 @@ REM set up a CVS tree to build when there's no autotools REM $Revision$
REM $Date$
-REM create ca-bundle.h
-echo /* This file is generated automatically */ >lib\ca-bundle.h
-
REM create hugehelp.c
copy src\hugehelp.c.cvs src\hugehelp.c
REM create Makefile
-copy Makefile.dist Makefile
\ No newline at end of file +copy Makefile.dist Makefile
|