summaryrefslogtreecommitdiff
path: root/maketgz
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-08-05 13:20:22 +0200
committerYang Tse <yangsita@gmail.com>2011-08-05 13:20:22 +0200
commitf0fae85acd4fcd6696dd0e18c2ea344044562840 (patch)
treeb1a5449bc6bb99f8f43fea513739ab89c863ba6c /maketgz
parente1f3536bacf739980560c8293779ec8c78cc1082 (diff)
downloadcurl-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-xmaketgz3
1 files changed, 3 insertions, 0 deletions
diff --git a/maketgz b/maketgz
index b2a09be48..9cf95a132 100755
--- a/maketgz
+++ b/maketgz
@@ -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)