buildconf.bat for CVS-tree c-ares

This commit is contained in:
Yang Tse
2009-04-30 10:43:27 +00:00
parent c174b13f8b
commit d36a86a12c
3 changed files with 17 additions and 1 deletions

View File

@@ -11,3 +11,11 @@ copy Makefile.dist Makefile
REM create curlbuild.h
copy include\curl\curlbuild.h.dist include\curl\curlbuild.h
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