Commit 2566a5d4 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

add a 'vc8' target that (re-)builds the */Makefile.vc8 files

parent c38c3394
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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