diff options
author | Yang Tse <yangsita@gmail.com> | 2009-04-30 10:43:27 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-04-30 10:43:27 +0000 |
commit | d36a86a12c06e5f3d8c8f0ca2a2ca30283821298 (patch) | |
tree | d9871cc8ee7947113d09a3cdcb939bf0ca7d59a2 /buildconf.bat | |
parent | c174b13f8b8820d7fd8bc67a1da26e9697e5aff3 (diff) | |
download | curl-d36a86a12c06e5f3d8c8f0ca2a2ca30283821298.tar.gz |
buildconf.bat for CVS-tree c-ares
Diffstat (limited to 'buildconf.bat')
-rw-r--r-- | buildconf.bat | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/buildconf.bat b/buildconf.bat index 515256c12..5b646ccb2 100644 --- a/buildconf.bat +++ b/buildconf.bat @@ -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
+
|