From 2566a5d4dae04cc03abf0aad87269d8d536bf15b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 12 Apr 2007 20:41:24 +0000 Subject: add a 'vc8' target that (re-)builds the */Makefile.vc8 files --- Makefile.dist | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.dist') diff --git a/Makefile.dist b/Makefile.dist index 20ddbcc2a..17950c5ea 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 -- cgit v1.2.3