From 66ecdf3bfb0320647b8e2ab9f93ffc3f231e54e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulf=20M=C3=B6ller?= Date: Sat, 22 Feb 2003 18:00:14 +0000 Subject: more mingw related cleanups. --- ms/mingw32.bat | 2 +- ms/mw.bat | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) (limited to 'ms') 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 -- cgit v1.2.3