README 598 B

123456789101112131415161718
  1. Run these makefiles from the top level as in
  2. nmake -f ms\makefilename
  3. to build with visual C++ 4.[01].
  4. The results will be in the out directory.
  5. These makefiles and def files were generated my typing
  6. perl util\mk1mf.pl VC-MSDOS no-sock >ms/msdos.mak
  7. perl util\mk1mf.pl VC-W31-32 >ms/w31.mak
  8. perl util\mk1mf.pl VC-W31-32 dll >ms/w31dll.mak
  9. perl util\mk1mf.pl VC-NT >ms/nt.mak
  10. perl util\mk1mf.pl VC-NT dll >ms/ntdll.mak
  11. perl util\mkdef.pl 16 crypto > ms/crypto16.def
  12. perl util\mkdef.pl 32 crypto > ms/crypto32.def
  13. perl util\mkdef.pl 16 ssl > ms/ssl16.def
  14. perl util\mkdef.pl 32 ssl > ms/ssl32.def