]> git.ipfire.org Git - thirdparty/openssl.git/blame - util/do_ms.sh
To reduce FIPS dependencies don't load error strings and avoid use of ASN1
[thirdparty/openssl.git] / util / do_ms.sh
CommitLineData
d02b48c6
RE
1#!/bin/sh
2#
3# generate the Microsoft makefiles and .def files
4#
5
6PATH=util:../util:$PATH
7
748365ee 8# perl util/mk1mf.pl no-sock VC-MSDOS >ms/msdos.mak
d02b48c6 9# perl util/mk1mf.pl VC-W31-32 >ms/w31.mak
748365ee 10perl util/mk1mf.pl dll VC-WIN16 >ms/w31dll.mak
d02b48c6 11# perl util/mk1mf.pl VC-WIN32 >ms/nt.mak
748365ee 12perl util/mk1mf.pl dll VC-WIN32 >ms/ntdll.mak
33f7bc96
UM
13perl util/mk1mf.pl Mingw32 >ms/mingw32.mak
14perl util/mk1mf.pl Mingw32-files >ms/mingw32f.mak
d02b48c6
RE
15
16perl util/mkdef.pl 16 libeay > ms/libeay16.def
17perl util/mkdef.pl 32 libeay > ms/libeay32.def
18perl util/mkdef.pl 16 ssleay > ms/ssleay16.def
19perl util/mkdef.pl 32 ssleay > ms/ssleay32.def