]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
It is a good thing to prepare the .def files.
authorRichard Levitte <levitte@openssl.org>
Thu, 15 Mar 2001 06:51:32 +0000 (06:51 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 15 Mar 2001 06:51:32 +0000 (06:51 +0000)
ms/16all.bat
ms/32all.bat

index 505aa9f3f9d773d45d2f2c87c07ca2e8766e7438..62ccf7896341600cc4728de6f8159247cf7a5afd 100755 (executable)
@@ -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
index 458843e0afe3d1cc6388d070dbdde5fce93a922e..aaab9b0c9da1940497fc2677aa0a1ae869dda400 100755 (executable)
@@ -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
 @if errorlevel 1 goto end