openssl/ms
1999-02-14 02:37:45 +00:00
..
.rnd
16all.bat
32all.bat Fixed ms/32all.bat script: no_asm' -> no-asm' 1999-01-30 11:36:05 +00:00
certCA.srl
certCA.ss
certU.ss
cipher.out
clear.out
cmp.pl
do_ms.bat Convert ms/do_ms.bat to DOS EOL format of DOS chokes on it. 1999-02-14 02:37:45 +00:00
keyCA.ss
keyU.ss
libeay16.def Various cleanups and fixed by Marc and Ralf to start the OpenTLS project 1998-12-22 15:04:48 +00:00
libeay32.def Various cleanups and fixed by Marc and Ralf to start the OpenTLS project 1998-12-22 15:04:48 +00:00
ntdll.mak *** empty log message *** 1998-12-22 16:04:08 +00:00
README
req2CA.ss
reqCA.ss
reqU.ss
speed16.bat
speed32.bat
ssleay16.def Various cleanups and fixed by Marc and Ralf to start the OpenTLS project 1998-12-22 15:04:48 +00:00
ssleay32.def Various cleanups and fixed by Marc and Ralf to start the OpenTLS project 1998-12-22 15:04:48 +00:00
tenc.bat
test.bat
testenc.bat
testpem.bat
testss.bat
tpem.bat
w31dll.mak *** empty log message *** 1998-12-22 16:04:08 +00:00

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-MSDOS no-sock >ms/msdos.mak
perl util\mk1mf.pl VC-W31-32 >ms/w31.mak
perl util\mk1mf.pl VC-W31-32 dll >ms/w31dll.mak
perl util\mk1mf.pl VC-NT >ms/nt.mak
perl util\mk1mf.pl VC-NT dll >ms/ntdll.mak

perl util\mkdef.pl 16 crypto > ms/crypto16.def
perl util\mkdef.pl 32 crypto > ms/crypto32.def
perl util\mkdef.pl 16 ssl > ms/ssl16.def
perl util\mkdef.pl 32 ssl > ms/ssl32.def