Revision d1321464f6c609d106d6af9a4e599661bf6c59b7 authored by Dr. Stephen Henson on 25 September 2011, 15:51:57 UTC, committed by Dr. Stephen Henson on 25 September 2011, 15:51:57 UTC
1 parent a0055fb
Raw File
README
Run these makefiles from the top level as in
nmake -f ms\makefilename
to build with visual C++ 4.[01].

The results will be in the out directory.

These makefiles and def files were generated my typing

perl util\mk1mf.pl VC-NT >ms/nt.mak
perl util\mk1mf.pl VC-NT dll >ms/ntdll.mak

perl util\mkdef.pl 32 crypto > ms/crypto32.def
perl util\mkdef.pl 32 ssl > ms/ssl32.def
back to top