From f0fae85acd4fcd6696dd0e18c2ea344044562840 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 5 Aug 2011 13:20:22 +0200 Subject: keep a single copy of config-win32.h in version control repository. maketgz and buildconf.bat updated to reflect this. --- maketgz | 3 +++ 1 file changed, 3 insertions(+) (limited to 'maketgz') 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) -- cgit v1.2.3