summaryrefslogtreecommitdiffstats
path: root/ms/mw.bat
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2003-02-22 18:00:14 +0000
committerUlf Möller <ulf@openssl.org>2003-02-22 18:00:14 +0000
commit66ecdf3bfb0320647b8e2ab9f93ffc3f231e54e8 (patch)
treeb0b88997bd1005fe025cc775bb2865331dcae257 /ms/mw.bat
parent7841edc9c1aa18b4b2454b18c6e72eb5cb2f4ae5 (diff)
more mingw related cleanups.
Diffstat (limited to 'ms/mw.bat')
-rw-r--r--ms/mw.bat5
1 files changed, 0 insertions, 5 deletions
diff --git a/ms/mw.bat b/ms/mw.bat
index dc37913b71..c5ccd693e3 100644
--- a/ms/mw.bat
+++ b/ms/mw.bat
@@ -4,17 +4,12 @@
@rem Makefile
perl util\mkfiles.pl >MINFO
perl util\mk1mf.pl Mingw32 >ms\mingw32.mak
-perl util\mk1mf.pl Mingw32-files >ms\mingw32f.mak
@rem DLL definition files
perl util\mkdef.pl 32 libeay >ms\libeay32.def
if errorlevel 1 goto end
perl util\mkdef.pl 32 ssleay >ms\ssleay32.def
if errorlevel 1 goto end
-@rem Create files -- this can be skipped if using the GNU file utilities
-make -f ms/mingw32f.mak
-echo You can ignore the error messages above
-
@rem Build the libraries
make -f ms/mingw32.mak
if errorlevel 1 goto end