diff options
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
|