buildconf.bat 409 B

123456789101112131415161718192021
  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 hugehelp.c
  6. copy src\hugehelp.c.cvs src\hugehelp.c
  7. REM create Makefile
  8. copy Makefile.dist Makefile
  9. REM create curlbuild.h
  10. copy include\curl\curlbuild.h.dist include\curl\curlbuild.h
  11. REM setup c-ares CVS tree
  12. if not exist ares\buildconf.bat goto end_c_ares
  13. cd ares
  14. call buildconf.bat
  15. cd ..
  16. :end_c_ares