repo.or.cz
/
OpenSSL.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge from main trunk: lets see if this works ;-)
[OpenSSL.git]
/
ms
/
32all.bat
blob
d1f014c4e0f67256331437b174380b3fe35fd6e8
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