diff options
author | Guenter Knauf <lists@gknw.net> | 2010-09-02 00:22:41 +0200 |
---|---|---|
committer | Guenter Knauf <lists@gknw.net> | 2010-09-02 00:22:41 +0200 |
commit | 864d5add0df9682296a5215009723ccedb0a2dac (patch) | |
tree | 1a00f7d43883c305c221c897d26115116cf03b65 /maketgz | |
parent | 3238ef5b69bf49455e0f6ff5ad35b6d0a30e9c58 (diff) | |
download | curl-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-x | maketgz | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |