diff options
author | Yang Tse <yangsita@gmail.com> | 2011-08-05 13:20:22 +0200 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-08-05 13:20:22 +0200 |
commit | f0fae85acd4fcd6696dd0e18c2ea344044562840 (patch) | |
tree | b1a5449bc6bb99f8f43fea513739ab89c863ba6c /buildconf.bat | |
parent | e1f3536bacf739980560c8293779ec8c78cc1082 (diff) | |
download | curl-f0fae85acd4fcd6696dd0e18c2ea344044562840.tar.gz |
keep a single copy of config-win32.h in version control repository.
maketgz and buildconf.bat updated to reflect this.
Diffstat (limited to 'buildconf.bat')
-rw-r--r-- | buildconf.bat | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/buildconf.bat b/buildconf.bat index b845d6eed..b00364c47 100644 --- a/buildconf.bat +++ b/buildconf.bat @@ -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 |