diff options
author | Ulf Möller <ulf@openssl.org> | 1999-05-13 10:28:14 +0000 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 1999-05-13 10:28:14 +0000 |
commit | 31ff97b28a7d9c64192b8987b204ad9820c7b2c7 (patch) | |
tree | 4f7054f3b9116cbfd5a2daef7e98c4044b0ffd84 /ms | |
parent | 8bc1431eddb4c4724d9afa42c95943d3f8184435 (diff) | |
download | openssl-new-31ff97b28a7d9c64192b8987b204ad9820c7b2c7.tar.gz |
mk1mf.pl and mkdef.pl read OPTIONS from toplevel Makefile.
Configure no longer changes files in place.
Diffstat (limited to 'ms')
-rw-r--r-- | ms/mw.bat | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1,9 +1,6 @@ @rem OpenSSL with Mingw32
@rem --------------------
-perl Configure Mingw32
-if errorlevel 1 goto end
-
@rem Makefile
perl util\mkfiles.pl >MINFO
perl util\mk1mf.pl Mingw32 >ms\mingw32.mak
|