• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..16-Jun-201449

.rndH A D25-Feb-20141 KiB

16all.batH A D25-Feb-2014436

32all.batH A D25-Feb-2014520

bcb4.batH A D25-Feb-2014122

certCA.srlH A D25-Feb-20143

certCA.ssH A D25-Feb-2014534

certU.ssH A D25-Feb-2014562

cmp.plH A D25-Feb-2014783

do_masm.batH A D25-Feb-20141.4 KiB

do_ms.batH A D25-Feb-2014604

do_nasm.batH A D25-Feb-20141.5 KiB

do_nt.batH A D25-Feb-2014236

keyCA.ssH A D25-Feb-2014497

keyU.ssH A D25-Feb-2014497

mingw32.batH A D25-Feb-20141.9 KiB

mw.batH A D25-Feb-2014760

READMEH A D25-Feb-2014598

req2CA.ssH A D25-Feb-20141.3 KiB

reqCA.ssH A D25-Feb-2014404

reqU.ssH A D25-Feb-2014436

speed16.batH A D25-Feb-2014892

speed32.batH A D25-Feb-2014876

tenc.batH A D25-Feb-2014480

tencce.batH A D25-Feb-2014756

test.batH A D25-Feb-20144.2 KiB

testce.batH A D25-Feb-20146.5 KiB

testce2.batH A D25-Feb-201471

testenc.batH A D25-Feb-20141.5 KiB

testencce.batH A D25-Feb-20141.6 KiB

testpem.batH A D25-Feb-2014638

testpemce.batH A D25-Feb-2014882

testss.batH A D25-Feb-20142.5 KiB

testssce.batH A D25-Feb-20143 KiB

tlhelp32.hH A D25-Feb-20143.9 KiB

tpem.batH A D25-Feb-201493

tpemce.batH A D25-Feb-2014203

x86asm.batH A D25-Feb-2014911

README

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
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
19