summaryrefslogtreecommitdiff
path: root/ms
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
parent7841edc9c1aa18b4b2454b18c6e72eb5cb2f4ae5 (diff)
downloadopenssl-new-66ecdf3bfb0320647b8e2ab9f93ffc3f231e54e8.tar.gz
more mingw related cleanups.
Diffstat (limited to 'ms')
-rw-r--r--ms/mingw32.bat2
-rw-r--r--ms/mw.bat5
2 files changed, 1 insertions, 6 deletions
diff --git a/ms/mingw32.bat b/ms/mingw32.bat
index df8e0af15f..8c7c63e0f2 100644
--- a/ms/mingw32.bat
+++ b/ms/mingw32.bat
@@ -1,7 +1,7 @@
@rem OpenSSL with Mingw32+GNU as
@rem ---------------------------
-perl Configure Mingw32 %1 %2 %3 %4 %5 %6 %7 %8
+perl Configure mingw %1 %2 %3 %4 %5 %6 %7 %8
@echo off
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