summaryrefslogtreecommitdiff
path: root/ms
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-03-13 21:38:53 +0000
committerRichard Levitte <levitte@openssl.org>2001-03-13 21:38:53 +0000
commit1896ce35585f9c4a6e8ccb0cbe4119e612a095e1 (patch)
treef477fa177c43f1e84b9b25baf8c19dd8a1a86568 /ms
parent0357422d14b904bf88c6fe428477a023f166bfc3 (diff)
downloadopenssl-new-1896ce35585f9c4a6e8ccb0cbe4119e612a095e1.tar.gz
We need to build MINFO.
Diffstat (limited to 'ms')
-rwxr-xr-xms/16all.bat1
-rwxr-xr-xms/32all.bat1
2 files changed, 2 insertions, 0 deletions
diff --git a/ms/16all.bat b/ms/16all.bat
index e57e177177..505aa9f3f9 100755
--- a/ms/16all.bat
+++ b/ms/16all.bat
@@ -1,6 +1,7 @@
set OPTS=no_asm
perl Configure VC-WIN16
+perl util\mkfiles.pl >MINFO
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
diff --git a/ms/32all.bat b/ms/32all.bat
index 7789cd7667..458843e0af 100755
--- a/ms/32all.bat
+++ b/ms/32all.bat
@@ -1,6 +1,7 @@
set OPTS=no-asm
perl Configure VC-WIN32
+perl util\mkfiles.pl >MINFO
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