diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-01-13 23:29:56 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-01-13 23:29:56 +0000 |
commit | 8fbfd5916d39bb43361507d1a6cc6f68d65b25f8 (patch) | |
tree | 5e4953cc69aac0d61492b4bc4b0aa46323319463 /Makefile.dist | |
parent | 1225d36188e56a68b3f0cc6ed0c602c3c3e00615 (diff) | |
download | curl-8fbfd5916d39bb43361507d1a6cc6f68d65b25f8.tar.gz |
Karl Moerder removed wsock32.lib from the vc9 makefiles
Diffstat (limited to 'Makefile.dist')
-rw-r--r-- | Makefile.dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.dist b/Makefile.dist index 68bef1fa8..565918dbc 100644 --- a/Makefile.dist +++ b/Makefile.dist @@ -265,8 +265,8 @@ vc8: # VC9 makefiles are for use with VS2008 vc9: @echo "generate VC9 makefiles" - @sed -e "s#/GX /DWIN32 /YX#/EHsc /DWIN32#" -e "s#/GZ#/RTC1#" -e "s/wsock32.lib/wsock32.lib ws2_32.lib/g" -e "s/vc6/vc9/g" -e "s/VC6/VC9/g" lib/Makefile.vc6 > lib/Makefile.vc9 - @sed -e "s#/GX /DWIN32 /YX#/EHsc /DWIN32#" -e "s#/GZ#/RTC1#" -e "s/wsock32.lib/wsock32.lib ws2_32.lib/g" -e "s/vc6/vc9/g" -e "s/VC6/VC9/g" src/Makefile.vc6 > src/Makefile.vc9 + @sed -e "s#/GX /DWIN32 /YX#/EHsc /DWIN32#" -e "s#/GZ#/RTC1#" -e "s/wsock32.lib/ws2_32.lib/g" -e "s/vc6/vc9/g" -e "s/VC6/VC9/g" lib/Makefile.vc6 > lib/Makefile.vc9 + @sed -e "s#/GX /DWIN32 /YX#/EHsc /DWIN32#" -e "s#/GZ#/RTC1#" -e "s/wsock32.lib/ws2_32.lib/g" -e "s/vc6/vc9/g" -e "s/VC6/VC9/g" src/Makefile.vc6 > src/Makefile.vc9 ca-bundle: lib/mk-ca-bundle.pl @echo "generate a fresh ca-bundle.crt" |