projects
/
oweals
/
openssl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Compare with BN_mod_exp_simple, too.
[oweals/openssl.git]
/
ms
/
16all.bat
1
set OPTS=no_asm
2
3
perl Configure VC-WIN16
4
perl util\mk1mf.pl %OPTS% debug VC-WIN16 >d16.mak
5
perl util\mk1mf.pl %OPTS% VC-WIN16 >16.mak
6
perl util\mk1mf.pl %OPTS% debug dll VC-WIN16 >d16dll.mak
7
perl util\mk1mf.pl %OPTS% dll VC-WIN16 >16dll.mak
8
9
nmake -f d16.mak
10
nmake -f 16.mak
11
nmake -f d16dll.mak
12
nmake -f 16dll.mak