diff options
author | Richard Levitte <levitte@openssl.org> | 2001-03-13 21:38:53 +0000 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2001-03-13 21:38:53 +0000 |
commit | 1896ce35585f9c4a6e8ccb0cbe4119e612a095e1 (patch) | |
tree | f477fa177c43f1e84b9b25baf8c19dd8a1a86568 /ms | |
parent | 0357422d14b904bf88c6fe428477a023f166bfc3 (diff) | |
download | openssl-new-1896ce35585f9c4a6e8ccb0cbe4119e612a095e1.tar.gz |
We need to build MINFO.
Diffstat (limited to 'ms')
-rwxr-xr-x | ms/16all.bat | 1 | ||||
-rwxr-xr-x | ms/32all.bat | 1 |
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 |