buildconf.bat 301 B

12345678910111213
  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