projects
/
oweals
/
openssl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Tolerate fragmentation and interleaving in the SSL 3/TLS record layer.
[oweals/openssl.git]
/
ms
/
32all.bat
1
set OPTS=no-asm
2
3
perl Configure VC-WIN32
4
perl util\mk1mf.pl %OPTS% debug VC-WIN32 >d32.mak
5
perl util\mk1mf.pl %OPTS% VC-WIN32 >32.mak
6
perl util\mk1mf.pl %OPTS% debug dll VC-WIN32 >d32dll.mak
7
perl util\mk1mf.pl %OPTS% dll VC-WIN32 >32dll.mak
8
9
nmake -f d32.mak
10
nmake -f 32.mak
11
nmake -f d32dll.mak
12
nmake -f 32dll.mak