]> git.ipfire.org Git - thirdparty/openssl.git/blame - ms/16all.bat
tlhelp32.h is currently missing in Mingw32 (release 2.95.2 and 2.95.2-1)
[thirdparty/openssl.git] / ms / 16all.bat
CommitLineData
58964a49
RE
1set OPTS=no_asm
2
3perl Configure VC-WIN16
4perl util\mk1mf.pl %OPTS% debug VC-WIN16 >d16.mak
5perl util\mk1mf.pl %OPTS% VC-WIN16 >16.mak
6perl util\mk1mf.pl %OPTS% debug dll VC-WIN16 >d16dll.mak
7perl util\mk1mf.pl %OPTS% dll VC-WIN16 >16dll.mak
8
9nmake -f d16.mak
10nmake -f 16.mak
11nmake -f d16dll.mak
12nmake -f 16dll.mak