2004-02-26 19:13:13 +03:00
|
|
|
@echo off
|
|
|
|
REM set up a CVS tree to build when there's no autotools
|
|
|
|
REM $Revision$
|
|
|
|
REM $Date$
|
|
|
|
|
|
|
|
REM create hugehelp.c
|
|
|
|
copy src\hugehelp.c.cvs src\hugehelp.c
|
|
|
|
|
|
|
|
REM create Makefile
|
2008-03-31 16:09:43 +04:00
|
|
|
copy Makefile.dist Makefile
|
2008-08-07 04:29:08 +04:00
|
|
|
|
|
|
|
REM create curlbuild.h
|
|
|
|
copy include\curl\curlbuild.h.dist include\curl\curlbuild.h
|
2009-04-30 14:43:27 +04:00
|
|
|
|
|
|
|
REM setup c-ares CVS tree
|
|
|
|
if not exist ares\buildconf.bat goto end_c_ares
|
|
|
|
cd ares
|
|
|
|
call buildconf.bat
|
|
|
|
cd ..
|
|
|
|
:end_c_ares
|
|
|
|
|