You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Matt Caswell 7317192c64 Fix various windows compilation issues
Reviewed-by: Tim Hudson <tjh@openssl.org>
8 years ago
..
.rnd Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 25 years ago
32all.bat It is a good thing to prepare the .def files. 22 years ago
README Keep disclaming 16-bit support. 18 years ago
applink.c Run util/openssl-format-source -v -c . 8 years ago
bcb4.bat convert to Unix EOL form 13 years ago
certCA.srl Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 25 years ago
certCA.ss Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 25 years ago
certU.ss Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 25 years ago
cmp.pl Import of old SSLeay release: SSLeay 0.8.1b 25 years ago
do_fips.bat If make clean fails it is not a fatal error. 12 years ago
do_ms.bat Update from 1.0.0-stable. 14 years ago
do_nasm.bat Experimental support for import of more options from Configure 15 years ago
do_nt.bat convert to Unix EOL form 13 years ago
do_win64a.bat ms/do_win64a.bat: forward to NUL, not NUL:. 9 years ago
do_win64i.bat ms/: update do_win64*.bat and remove redundant mingw32.bat. 13 years ago
keyCA.ss Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 25 years ago
keyU.ss Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 25 years ago
mw.bat convert to Unix EOL form 13 years ago
req2CA.ss Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 25 years ago
reqCA.ss Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 25 years ago
reqU.ss Import of old SSLeay release: SSLeay 0.9.1b (unreleased) 25 years ago
segrenam.pl Add Windows FIPS build utilities. 12 years ago
speed32.bat Import of old SSLeay release: SSLeay 0.8.1b 25 years ago
tenc.bat convert to Unix EOL form 13 years ago
tencce.bat convert to Unix EOL form 13 years ago
test.bat Fix various windows compilation issues 8 years ago
testce.bat Fix various windows compilation issues 8 years ago
testce2.bat WinCE patches 21 years ago
testenc.bat convert to Unix EOL form 13 years ago
testencce.bat convert to Unix EOL form 13 years ago
testpem.bat convert to Unix EOL form 13 years ago
testpemce.bat convert to Unix EOL form 13 years ago
testss.bat convert to Unix EOL form 13 years ago
testssce.bat convert to Unix EOL form 13 years ago
tlhelp32.h Run util/openssl-format-source -v -c . 8 years ago
tpem.bat convert to Unix EOL form 13 years ago
tpemce.bat convert to Unix EOL form 13 years ago
uplink-common.pl Split ms/uplink.pl to corresponding platform versions. 15 years ago
uplink-ia64.pl Split ms/uplink.pl to corresponding platform versions. 15 years ago
uplink-x86.pl Split ms/uplink.pl to corresponding platform versions. 15 years ago
uplink-x86_64.pl x86_64 assembly pack: make Windows build more robust. 10 years ago
uplink.c Run util/openssl-format-source -v -c . 8 years ago
uplink.h Add new type ossl_ssize_t instead of ssize_t and move definitions to 13 years ago
x86asm.bat convert to Unix EOL form 13 years ago

README

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