From f1fbf15116bcb6d8bcac62c962471520ee6e5f8f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Tue, 14 May 2002 17:19:26 +0000 Subject: [PATCH] apply mingw32 patches from main branch --- INSTALL.W32 | 8 ++++---- util/pl/Mingw32.pl | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/INSTALL.W32 b/INSTALL.W32 index 0d71a46bdf..d85d81b0fd 100644 --- a/INSTALL.W32 +++ b/INSTALL.W32 @@ -112,10 +112,10 @@ * Compiler installation: Mingw32 is available from . GNU make is at - . Install both of them in C:\egcs-1.1.2 and run - C:\egcs-1.1.2\mingw32.bat to set the PATH. + gnu-win32/mingw32/gcc-2.95.2/gcc-2.95.2-msvcrt.exe>. Extract it + to a directory such as C:\gcc-2.95.2 and add c:\gcc-2.95.2\bin to + the PATH environment variable in "System Properties"; or edit and + run C:\gcc-2.95.2\mingw32.bat to set the PATH. * Compile OpenSSL: diff --git a/util/pl/Mingw32.pl b/util/pl/Mingw32.pl index 37f36126f3..6d47f916dd 100644 --- a/util/pl/Mingw32.pl +++ b/util/pl/Mingw32.pl @@ -66,12 +66,12 @@ $lfile=''; $asm='as'; $afile='-o '; -$bn_asm_obj=""; -$bn_asm_src=""; -$des_enc_obj=""; -$des_enc_src=""; -$bf_enc_obj=""; -$bf_enc_src=""; +#$bn_asm_obj=""; +#$bn_asm_src=""; +#$des_enc_obj=""; +#$des_enc_src=""; +#$bf_enc_obj=""; +#$bf_enc_src=""; sub do_lib_rule { -- 2.25.1