]> git.ipfire.org Git - thirdparty/openssl.git/blame - ms/16all.bat
It is a good thing to prepare the .def files.
[thirdparty/openssl.git] / ms / 16all.bat
CommitLineData
58964a49
RE
1set OPTS=no_asm
2
3perl Configure VC-WIN16
1896ce35 4perl util\mkfiles.pl >MINFO
58964a49
RE
5perl util\mk1mf.pl %OPTS% debug VC-WIN16 >d16.mak
6perl util\mk1mf.pl %OPTS% VC-WIN16 >16.mak
7perl util\mk1mf.pl %OPTS% debug dll VC-WIN16 >d16dll.mak
8perl util\mk1mf.pl %OPTS% dll VC-WIN16 >16dll.mak
bb6dcb54
RL
9perl util\mkdef.pl 16 libeay > ms\libeay32.def
10perl util\mkdef.pl 16 ssleay > ms\ssleay32.def
58964a49
RE
11
12nmake -f d16.mak
13nmake -f 16.mak
14nmake -f d16dll.mak
15nmake -f 16dll.mak