buildconf.bat 376 B

1234567891011121314
  1. @echo off
  2. REM set up a CVS tree to build when there's no autotools
  3. REM $Revision$
  4. REM $Date$
  5. REM create ca-bundle.h
  6. echo /* This file is generated automatically */ >lib\ca-bundle.h
  7. echo #define CURL_CA_BUNDLE getenv("CURL_CA_BUNDLE") >>lib\ca-bundle.h
  8. REM create hugehelp.c
  9. copy src\hugehelp.c.cvs src\hugehelp.c
  10. REM create Makefile
  11. copy Makefile.dist Makefile