summaryrefslogtreecommitdiff
path: root/maketgz
diff options
context:
space:
mode:
authorGuenter Knauf <lists@gknw.net>2010-09-02 00:22:41 +0200
committerGuenter Knauf <lists@gknw.net>2010-09-02 00:22:41 +0200
commit864d5add0df9682296a5215009723ccedb0a2dac (patch)
tree1a00f7d43883c305c221c897d26115116cf03b65 /maketgz
parent3238ef5b69bf49455e0f6ff5ad35b6d0a30e9c58 (diff)
downloadcurl-864d5add0df9682296a5215009723ccedb0a2dac.tar.gz
Added some hacks in order to build with VC from git.
Adam Light posted this patch to the list which enables builds from git with VC versions other than vc6; also he added a vc10 target.
Diffstat (limited to 'maketgz')
-rwxr-xr-xmaketgz4
1 files changed, 2 insertions, 2 deletions
diff --git a/maketgz b/maketgz
index d4bcd269a..b2a09be48 100755
--- a/maketgz
+++ b/maketgz
@@ -60,8 +60,8 @@ sed -e 's/^#define LIBCURL_VERSION .*/#define LIBCURL_VERSION "'$libversion'"/g'
# Replace version number in header file:
sed 's/#define CURL_VERSION .*/#define CURL_VERSION "'$curlversion'"/g' $CHEADER >$CHEADER.dist
-# Generate VC8 and VC9 versions from the VC6 Makefile versions
-for ver in vc8 vc9; do
+# Generate VC8, VC9, and VC10 versions from the VC6 Makefile versions
+for ver in vc8 vc9 vc10; do
make -f Makefile.dist $ver
mv src/Makefile.$ver src/Makefile.$ver.dist
mv lib/Makefile.$ver lib/Makefile.$ver.dist