Skip to content

Commit

Permalink
maketgz: Fixed some VC makefiles missing from the release tarball
Browse files Browse the repository at this point in the history
VC7, VC11, VC12 and VC14 makefiles were missing from the release
tarball.
  • Loading branch information
captain-caveman2k committed Jul 30, 2015
1 parent dda81c1 commit bdd8cf4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions maketgz
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ 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, VC9, and VC10 versions from the VC6 Makefile versions
for ver in vc8 vc9 vc10; do
# Generate VC7, VC8, VC9, VC10, VC11, VC12 and VC14 versions from the VC6
# Makefile versions
for ver in vc7 vc8 vc9 vc10 vc11 vc12 vc14; do
make -f Makefile.dist $ver
mv src/Makefile.$ver src/Makefile.$ver.dist
mv lib/Makefile.$ver lib/Makefile.$ver.dist
Expand Down

0 comments on commit bdd8cf4

Please sign in to comment.