summaryrefslogtreecommitdiff
path: root/ms
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2003-02-21 22:59:20 +0000
committerUlf Möller <ulf@openssl.org>2003-02-21 22:59:20 +0000
commit0214893e6a2cf9eed6545729b72dbfeddcd0107d (patch)
tree7f87900640cf9687bf8490b9a75d3abdf6d2ec59 /ms
parent5be4a42e9903c453257beb98d5a33b904b9d6a37 (diff)
downloadopenssl-new-0214893e6a2cf9eed6545729b72dbfeddcd0107d.tar.gz
clean up MinGW build. MinGW make now supports the Windows path name
conventions.
Diffstat (limited to 'ms')
-rw-r--r--ms/mingw32.bat9
1 files changed, 2 insertions, 7 deletions
diff --git a/ms/mingw32.bat b/ms/mingw32.bat
index 1968f4150b..df8e0af15f 100644
--- a/ms/mingw32.bat
+++ b/ms/mingw32.bat
@@ -66,21 +66,16 @@ cd ..\..\..
echo Generating makefile
perl util\mkfiles.pl >MINFO
perl util\mk1mf.pl gaswin Mingw32 >ms\mingw32a.mak
-perl util\mk1mf.pl gaswin Mingw32-files >ms\mingw32f.mak
echo Generating 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
-
-copy ms\tlhelp32.h outinc
+rem copy ms\tlhelp32.h outinc
echo Building the libraries
-make -f ms/mingw32a.mak
+mingw32-make -f ms/mingw32a.mak
if errorlevel 1 goto end
echo Generating the DLLs and input libraries