comparison auto/cc/msvc @ 2712:41f993457021

OpenSSL building by MSVC and BCC from sources
author Igor Sysoev <igor@sysoev.ru>
date Wed, 15 Apr 2009 19:46:24 +0000
parents 73a132c47076
children 53be1d485af9
comparison
equal deleted inserted replaced
2711:6b87e875e87a 2712:41f993457021
49 # optimize for Pentium 4, MSVC 7 49 # optimize for Pentium 4, MSVC 7
50 CPU_OPT="-G7" 50 CPU_OPT="-G7"
51 ;; 51 ;;
52 esac 52 esac
53 53
54 # __cdecl, use with OpenSSL, md5 asm, and sha1 asm 54 # __cdecl, default, must be used with OpenSSL, md5 asm, and sha1 asm
55 #CPU_OPT="$CPU_OPT -Gd" 55 #CPU_OPT="$CPU_OPT -Gd"
56 # __stdcall 56 # __stdcall
57 #CPU_OPT="$CPU_OPT -Gz" 57 #CPU_OPT="$CPU_OPT -Gz"
58 # __fastcall 58 # __fastcall
59 CPU_OPT="$CPU_OPT -Gr" 59 #CPU_OPT="$CPU_OPT -Gr"
60 60
61 61
62 CFLAGS="$CFLAGS $CPU_OPT" 62 CFLAGS="$CFLAGS $CPU_OPT"
63 63
64 64