comparison auto/cc/bcc @ 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 7011973da3a2
children d43d73277c5c
comparison
equal deleted inserted replaced
2711:6b87e875e87a 2712:41f993457021
22 esac 22 esac
23 23
24 # __stdcall 24 # __stdcall
25 #CPU_OPT="$CPU_OPT -ps" 25 #CPU_OPT="$CPU_OPT -ps"
26 # __fastcall 26 # __fastcall
27 CPU_OPT="$CPU_OPT -pr" 27 #CPU_OPT="$CPU_OPT -pr"
28 28
29 CFLAGS="$CFLAGS $CPU_OPT" 29 CFLAGS="$CFLAGS $CPU_OPT"
30 30
31 # multithreaded 31 # multithreaded
32 CFLAGS="$CFLAGS -tWM" 32 CFLAGS="$CFLAGS -tWM"