openssl/ms
Richard Levitte 6928b6171a Change names of ordinals and libs, libeay => libcrypto and ssleay => libssl
Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-03-05 09:02:33 +01:00
..
.rnd
32all.bat Change names of ordinals and libs, libeay => libcrypto and ssleay => libssl 2016-03-05 09:02:33 +01:00
applink.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
bcb4.bat convert to Unix EOL form 2010-01-15 15:26:12 +00:00
certCA.srl
certCA.ss
certU.ss
cmp.pl
do_fips.bat If make clean fails it is not a fatal error. 2011-07-03 12:35:06 +00:00
do_ms.bat Change names of ordinals and libs, libeay => libcrypto and ssleay => libssl 2016-03-05 09:02:33 +01:00
do_nasm.bat Change names of ordinals and libs, libeay => libcrypto and ssleay => libssl 2016-03-05 09:02:33 +01:00
do_nt.bat Change names of ordinals and libs, libeay => libcrypto and ssleay => libssl 2016-03-05 09:02:33 +01:00
do_win64a.bat Change names of ordinals and libs, libeay => libcrypto and ssleay => libssl 2016-03-05 09:02:33 +01:00
do_win64i.bat Change names of ordinals and libs, libeay => libcrypto and ssleay => libssl 2016-03-05 09:02:33 +01:00
keyCA.ss
keyU.ss
mw.bat Change names of ordinals and libs, libeay => libcrypto and ssleay => libssl 2016-03-05 09:02:33 +01:00
README Keep disclaming 16-bit support. 2005-05-17 13:51:36 +00:00
req2CA.ss
reqCA.ss
reqU.ss
segrenam.pl Add Windows FIPS build utilities. 2011-02-03 14:20:59 +00:00
speed32.bat
tenc.bat convert to Unix EOL form 2010-01-15 15:26:12 +00:00
tencce.bat convert to Unix EOL form 2010-01-15 15:26:12 +00:00
test.bat Fix various windows compilation issues 2015-01-28 22:55:15 +00:00
testce.bat Change names of ordinals and libs, libeay => libcrypto and ssleay => libssl 2016-03-05 09:02:33 +01:00
testce2.bat WinCE patches 2002-11-15 22:37:18 +00:00
testenc.bat convert to Unix EOL form 2010-01-15 15:26:12 +00:00
testencce.bat convert to Unix EOL form 2010-01-15 15:26:12 +00:00
testpem.bat convert to Unix EOL form 2010-01-15 15:26:12 +00:00
testpemce.bat convert to Unix EOL form 2010-01-15 15:26:12 +00:00
testss.bat convert to Unix EOL form 2010-01-15 15:26:12 +00:00
testssce.bat convert to Unix EOL form 2010-01-15 15:26:12 +00:00
tlhelp32.h Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
tpem.bat convert to Unix EOL form 2010-01-15 15:26:12 +00:00
tpemce.bat convert to Unix EOL form 2010-01-15 15:26:12 +00:00
uplink-common.pl Split ms/uplink.pl to corresponding platform versions. 2008-07-22 08:47:35 +00:00
uplink-ia64.pl Split ms/uplink.pl to corresponding platform versions. 2008-07-22 08:47:35 +00:00
uplink-x86.pl ms/uplink-x86.pl: make it work. 2016-02-10 12:53:25 +01:00
uplink-x86_64.pl x86_64 assembly pack: make Windows build more robust. 2013-01-22 22:27:28 +01:00
uplink.c Run util/openssl-format-source -v -c . 2015-01-22 09:20:09 +00:00
uplink.h Add new type ossl_ssize_t instead of ssize_t and move definitions to 2010-07-26 18:15:59 +00:00
x86asm.bat convert to Unix EOL form 2010-01-15 15:26:12 +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-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