diff options
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
|