add a 'vc8' target that (re-)builds the */Makefile.vc8 files
authorDaniel Stenberg <daniel@haxx.se>
Thu, 12 Apr 2007 20:41:24 +0000 (20:41 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 12 Apr 2007 20:41:24 +0000 (20:41 +0000)
Makefile.dist

index 20ddbcc..17950c5 100644 (file)
@@ -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