xref: /minix/crypto/external/bsd/openssl/dist/ms/README (revision ebfedea0)
1Run these makefiles from the top level as in
2nmake -f ms\makefilename
3to build with visual C++ 4.[01].
4
5The results will be in the out directory.
6
7These makefiles and def files were generated by typing
8
9perl util\mk1mf.pl VC-NT >ms/nt.mak
10perl util\mk1mf.pl VC-NT dll >ms/ntdll.mak
11
12perl util\mkdef.pl 32 crypto > ms/crypto32.def
13perl util\mkdef.pl 32 ssl > ms/ssl32.def
14