Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ms
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-03-21 21:18:58 +0300
committerRichard Levitte <levitte@openssl.org>2001-03-21 21:18:58 +0300
commitac63f8879068b2758a4059b0b88ce12d846e618b (patch)
treed890752fcb0f92eab71bdc057ba6a771743917bb /ms
parentecfb406f1e4aa4ed81813f2425c000cb705e61a7 (diff)
Changes from the 0.9.6-stable branch.
Diffstat (limited to 'ms')
-rwxr-xr-xms/16all.bat2
-rwxr-xr-xms/32all.bat2
2 files changed, 4 insertions, 0 deletions
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