]> git.ipfire.org Git - thirdparty/openssl.git/blame - ms/README
x86_64 assembler pack: add support for Win64 SEH.
[thirdparty/openssl.git] / ms / README
CommitLineData
d02b48c6
RE
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 my typing
8
d02b48c6
RE
9perl util\mk1mf.pl VC-NT >ms/nt.mak
10perl util\mk1mf.pl VC-NT dll >ms/ntdll.mak
11
d02b48c6 12perl util\mkdef.pl 32 crypto > ms/crypto32.def
d02b48c6 13perl util\mkdef.pl 32 ssl > ms/ssl32.def