Daniel Cater made the vc8-generating line use double-quotes to run fine on
authorDaniel Stenberg <daniel@haxx.se>
Fri, 13 Jul 2007 19:38:36 +0000 (19:38 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 13 Jul 2007 19:38:36 +0000 (19:38 +0000)
windows

Makefile.dist

index 89e1173..c5f4e80 100644 (file)
@@ -248,5 +248,5 @@ 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
+       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