From: Daniel Stenberg Date: Thu, 12 Apr 2007 20:41:24 +0000 (+0000) Subject: add a 'vc8' target that (re-)builds the */Makefile.vc8 files X-Git-Tag: curl-7_16_3~195 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2566a5d4dae04cc03abf0aad87269d8d536bf15b;p=thirdparty%2Fcurl.git add a 'vc8' target that (re-)builds the */Makefile.vc8 files --- diff --git a/Makefile.dist b/Makefile.dist index 20ddbcc2ad..17950c5ea3 100644 --- a/Makefile.dist +++ b/Makefile.dist @@ -241,3 +241,8 @@ unix-ssl: ssl linux: all linux-ssl: ssl + +vc8: + echo "generate VC8 makefiles" + sed -e "s#/GX /DWIN32 /YX#/EHsc /DWIN32#" -e 's#/GZ#/RTC1#' -e 's/wsock32.lib/wsock32.lib bufferoverflowu.lib/g' -e 's/VC6/VC8/g' lib/Makefile.vc6 > lib/Makefile.vc8 + sed -e "s#/GX /DWIN32 /YX#/EHsc /DWIN32#" -e 's#/GZ#/RTC1#' -e 's/wsock32.lib/wsock32.lib bufferoverflowu.lib/g' -e 's/VC6/VC8/g' src/Makefile.vc6 > src/Makefile.vc8