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 /maketgz | |
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 'maketgz')
-rwxr-xr-x | maketgz | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -94,6 +94,9 @@ findprog() echo "maketgz: cp lib/curl_config.h.in src/curl_config.h.in" cp lib/curl_config.h.in src/curl_config.h.in +echo "maketgz: cp lib/config-win32.h src/config-win32.h" +cp lib/config-win32.h src/config-win32.h + ############################################################################ # # Enforce a rerun of configure (updates the VERSION) |