openssl/ms
Matt Caswell c144b4edda Revert "RT4526: Call TerminateProcess, not ExitProcess"
This reverts commit 75f90688fb.

TerminateProcess is asynchronous, so the code as written in the above
commit is not correct (and doesn't even compile at the moment). It is
also probably not needed in the speed case. Reverting in order to figure
out the correct solution.

Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-06-16 16:21:05 +01:00
..
.rnd
32all.bat
applink.c Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
bcb4.bat convert to Unix EOL form 2010-01-15 15:26:32 +00:00
certCA.srl
certCA.ss
certU.ss
cmp.pl
do_ms.bat
do_nasm.bat
do_nt.bat convert to Unix EOL form 2010-01-15 15:26:32 +00:00
do_win64a.bat ms/do_win64a.bat: forward to NUL, not NUL:. 2014-02-24 19:37:48 +01:00
do_win64i.bat Configure, etc.: engage additional assembler modules. 2011-11-14 21:12:05 +00:00
keyCA.ss
keyU.ss
mingw32.bat convert to Unix EOL form 2010-01-15 15:26:32 +00:00
mw.bat convert to Unix EOL form 2010-01-15 15:26:32 +00:00
README
req2CA.ss
reqCA.ss
reqU.ss
speed32.bat
tenc.bat convert to Unix EOL form 2010-01-15 15:26:32 +00:00
tencce.bat convert to Unix EOL form 2010-01-15 15:26:32 +00:00
test.bat
testce.bat
testce2.bat
testenc.bat convert to Unix EOL form 2010-01-15 15:26:32 +00:00
testencce.bat convert to Unix EOL form 2010-01-15 15:26:32 +00:00
testpem.bat convert to Unix EOL form 2010-01-15 15:26:32 +00:00
testpemce.bat convert to Unix EOL form 2010-01-15 15:26:32 +00:00
testss.bat convert to Unix EOL form 2010-01-15 15:26:32 +00:00
testssce.bat convert to Unix EOL form 2010-01-15 15:26:32 +00:00
tlhelp32.h Run util/openssl-format-source -v -c . 2015-01-22 09:31:38 +00:00
tpem.bat convert to Unix EOL form 2010-01-15 15:26:32 +00:00
tpemce.bat convert to Unix EOL form 2010-01-15 15:26:32 +00:00
uplink-common.pl
uplink-ia64.pl
uplink-x86.pl ms/uplink-x86.pl: make it work. 2016-02-10 12:55:11 +01:00
uplink-x86_64.pl x86_64 assembly pack: make Windows build more robust [from master]. 2013-01-22 22:51:29 +01:00
uplink.c Revert "RT4526: Call TerminateProcess, not ExitProcess" 2016-06-16 16:21:05 +01:00
uplink.h Backport ossl_ssize_t type from HEAD. 2011-10-10 22:33:50 +00:00
uplink.pl
x86asm.bat convert to Unix EOL form 2010-01-15 15:26:32 +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 by 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