blob: 5804a2d84a670049c700591ffae1066102e2929e [file] [log] [blame]
Ralf S. Engelschalld02b48c1998-12-21 10:52:47 +00001Run 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
9perl util\mk1mf.pl VC-MSDOS no-sock >ms/msdos.mak
10perl util\mk1mf.pl VC-W31-32 >ms/w31.mak
11perl util\mk1mf.pl VC-W31-32 dll >ms/w31dll.mak
12perl util\mk1mf.pl VC-NT >ms/nt.mak
13perl util\mk1mf.pl VC-NT dll >ms/ntdll.mak
14
15perl util\mkdef.pl 16 crypto > ms/crypto16.def
16perl util\mkdef.pl 32 crypto > ms/crypto32.def
17perl util\mkdef.pl 16 ssl > ms/ssl16.def
18perl util\mkdef.pl 32 ssl > ms/ssl32.def