summaryrefslogtreecommitdiffstats
path: root/ms/mw.bat
diff options
context:
space:
mode:
Diffstat (limited to 'ms/mw.bat')
-rw-r--r--ms/mw.bat5
1 files changed, 0 insertions, 5 deletions
diff --git a/ms/mw.bat b/ms/mw.bat
index dc37913b71..c5ccd693e3 100644
--- a/ms/mw.bat
+++ b/ms/mw.bat
@@ -4,17 +4,12 @@
@rem Makefile
perl util\mkfiles.pl >MINFO
perl util\mk1mf.pl Mingw32 >ms\mingw32.mak
-perl util\mk1mf.pl Mingw32-files >ms\mingw32f.mak
@rem 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
-
@rem Build the libraries
make -f ms/mingw32.mak
if errorlevel 1 goto end