keep a single copy of config-win32.h in version control repository.

maketgz and buildconf.bat updated to reflect this.
This commit is contained in:
Yang Tse
2011-08-05 13:20:22 +02:00
parent e1f3536bac
commit f0fae85acd
4 changed files with 41 additions and 474 deletions

View File

@@ -27,6 +27,11 @@ if not exist include\curl\curlbuild.h.dist goto end_curlbuild_h
copy /Y include\curl\curlbuild.h.dist include\curl\curlbuild.h
:end_curlbuild_h
REM create src\config-win32.h
if not exist lib\config-win32.h goto end_config_win32_h
copy /Y lib\config-win32.h src\config-win32.h
:end_config_win32_h
REM setup c-ares git tree
if not exist ares\buildconf.bat goto end_c_ares
cd ares