From: Richard Levitte Date: Thu, 15 Mar 2001 06:51:49 +0000 (+0000) Subject: It is a good thing to prepare the .def files. X-Git-Tag: OpenSSL_0_9_6a-beta2~20 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5114966e00389b700290321611f8e854db01c1b4;p=oweals%2Fopenssl.git It is a good thing to prepare the .def files. --- diff --git a/ms/16all.bat b/ms/16all.bat index 505aa9f3f9..62ccf78963 100755 --- a/ms/16all.bat +++ b/ms/16all.bat @@ -6,6 +6,8 @@ perl util\mk1mf.pl %OPTS% debug VC-WIN16 >d16.mak perl util\mk1mf.pl %OPTS% VC-WIN16 >16.mak perl util\mk1mf.pl %OPTS% debug dll VC-WIN16 >d16dll.mak perl util\mk1mf.pl %OPTS% dll VC-WIN16 >16dll.mak +perl util\mkdef.pl 16 libeay > ms\libeay32.def +perl util\mkdef.pl 16 ssleay > ms\ssleay32.def nmake -f d16.mak nmake -f 16.mak diff --git a/ms/32all.bat b/ms/32all.bat index b4908fc6ce..09f47059ad 100755 --- a/ms/32all.bat +++ b/ms/32all.bat @@ -6,6 +6,8 @@ perl util\mk1mf.pl %OPTS% debug VC-WIN32 >d32.mak perl util\mk1mf.pl %OPTS% VC-WIN32 >32.mak perl util\mk1mf.pl %OPTS% debug dll VC-WIN32 >d32dll.mak perl util\mk1mf.pl %OPTS% dll VC-WIN32 >32dll.mak +perl util\mkdef.pl 32 libeay > ms\libeay32.def +perl util\mkdef.pl 32 ssleay > ms\ssleay32.def nmake -f d32.mak nmake -f 32.mak