apply mingw32 patches from main branch
authorBodo Möller <bodo@openssl.org>
Tue, 14 May 2002 17:19:26 +0000 (17:19 +0000)
committerBodo Möller <bodo@openssl.org>
Tue, 14 May 2002 17:19:26 +0000 (17:19 +0000)
INSTALL.W32
util/pl/Mingw32.pl

index 0d71a46bdf4f20bd938aab4f7885ac2acf09ad9f..d85d81b0fdd9050f511d3bc761595bb9e663204f 100644 (file)
  * Compiler installation:
 
    Mingw32 is available from <ftp://ftp.xraylith.wisc.edu/pub/khan/
-   gnu-win32/mingw32/gcc-2.95.2/gcc-2.95.2-msvcrt.exe>. GNU make is at
-   <ftp://agnes.dida.physik.uni-essen.de/home/janjaap/mingw32/binaries/
-   make-3.76.1.zip>. 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:
 
index 37f36126f371dace108f54c9314a81b49789e8d4..6d47f916dde1677b3517362623bf2148e5bc41ad 100644 (file)
@@ -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
        {