diff options
author | Ulf Möller <ulf@openssl.org> | 2003-02-22 19:00:14 +0100 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 2003-02-22 19:00:14 +0100 |
commit | 66ecdf3bfb0320647b8e2ab9f93ffc3f231e54e8 (patch) | |
tree | b0b88997bd1005fe025cc775bb2865331dcae257 /ms | |
parent | Remove duplication and have clean depend on libclean (diff) | |
download | openssl-66ecdf3bfb0320647b8e2ab9f93ffc3f231e54e8.tar.xz openssl-66ecdf3bfb0320647b8e2ab9f93ffc3f231e54e8.zip |
more mingw related cleanups.
Diffstat (limited to 'ms')
-rw-r--r-- | ms/mingw32.bat | 2 | ||||
-rw-r--r-- | ms/mw.bat | 5 |
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
@@ -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
|