mirror of
https://github.com/curl/curl.git
synced 2025-09-21 19:42:42 +03:00
add a 'vc8' target that (re-)builds the */Makefile.vc8 files
This commit is contained in:
parent
c38c339480
commit
2566a5d4da
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user