diff options
author | Ulf Möller <ulf@openssl.org> | 2003-02-22 18:00:14 +0000 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 2003-02-22 18:00:14 +0000 |
commit | 66ecdf3bfb0320647b8e2ab9f93ffc3f231e54e8 (patch) | |
tree | b0b88997bd1005fe025cc775bb2865331dcae257 /ms/mingw32.bat | |
parent | 7841edc9c1aa18b4b2454b18c6e72eb5cb2f4ae5 (diff) | |
download | openssl-new-66ecdf3bfb0320647b8e2ab9f93ffc3f231e54e8.tar.gz |
more mingw related cleanups.
Diffstat (limited to 'ms/mingw32.bat')
-rw-r--r-- | ms/mingw32.bat | 2 |
1 files changed, 1 insertions, 1 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
|