This commit is contained in:
Yang Tse 2009-04-30 12:12:31 +00:00
parent 7bd9988c8e
commit ec16121fb3
2 changed files with 29 additions and 29 deletions

View File

@ -1,8 +1,8 @@
@echo off @echo off
REM set up a CVS tree to build when there's no autotools REM set up a CVS tree to build when there's no autotools
REM $Revision$ REM $Revision$
REM $Date$ REM $Date$
REM create ares_build.h REM create ares_build.h
copy /Y ares_build.h.dist ares_build.h copy /Y ares_build.h.dist ares_build.h

View File

@ -1,21 +1,21 @@
@echo off @echo off
REM set up a CVS tree to build when there's no autotools REM set up a CVS tree to build when there's no autotools
REM $Revision$ REM $Revision$
REM $Date$ REM $Date$
REM create hugehelp.c REM create hugehelp.c
copy src\hugehelp.c.cvs src\hugehelp.c copy src\hugehelp.c.cvs src\hugehelp.c
REM create Makefile REM create Makefile
copy Makefile.dist Makefile copy Makefile.dist Makefile
REM create curlbuild.h REM create curlbuild.h
copy include\curl\curlbuild.h.dist include\curl\curlbuild.h copy include\curl\curlbuild.h.dist include\curl\curlbuild.h
REM setup c-ares CVS tree REM setup c-ares CVS tree
if not exist ares\buildconf.bat goto end_c_ares if not exist ares\buildconf.bat goto end_c_ares
cd ares cd ares
call buildconf.bat call buildconf.bat
cd .. cd ..
:end_c_ares :end_c_ares