OpenSSL building by MSVC and BCC from sources

This commit is contained in:
Igor Sysoev
2009-04-15 19:46:24 +00:00
parent 5234b9c6a8
commit 60798fbea5
4 changed files with 52 additions and 8 deletions

View File

@@ -24,7 +24,7 @@ esac
# __stdcall
#CPU_OPT="$CPU_OPT -ps"
# __fastcall
CPU_OPT="$CPU_OPT -pr"
#CPU_OPT="$CPU_OPT -pr"
CFLAGS="$CFLAGS $CPU_OPT"

View File

@@ -51,12 +51,12 @@ case $CPU in
;;
esac
# __cdecl, use with OpenSSL, md5 asm, and sha1 asm
# __cdecl, default, must be used with OpenSSL, md5 asm, and sha1 asm
#CPU_OPT="$CPU_OPT -Gd"
# __stdcall
#CPU_OPT="$CPU_OPT -Gz"
# __fastcall
CPU_OPT="$CPU_OPT -Gr"
#CPU_OPT="$CPU_OPT -Gr"
CFLAGS="$CFLAGS $CPU_OPT"