diff options
author | Ulf Möller <ulf@openssl.org> | 2003-02-21 23:59:20 +0100 |
---|---|---|
committer | Ulf Möller <ulf@openssl.org> | 2003-02-21 23:59:20 +0100 |
commit | 0214893e6a2cf9eed6545729b72dbfeddcd0107d (patch) | |
tree | 7f87900640cf9687bf8490b9a75d3abdf6d2ec59 /ms | |
parent | update mingw info (diff) | |
download | openssl-0214893e6a2cf9eed6545729b72dbfeddcd0107d.tar.xz openssl-0214893e6a2cf9eed6545729b72dbfeddcd0107d.zip |
clean up MinGW build. MinGW make now supports the Windows path name
conventions.
Diffstat (limited to 'ms')
-rw-r--r-- | ms/mingw32.bat | 9 |
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
|