Renamed makefile.mgw to makefile.mingw.

This commit is contained in:
David Capello 2010-07-05 22:36:12 -03:00
parent a1d20f704f
commit 63798943e1
4 changed files with 4 additions and 4 deletions

View File

@ -162,7 +162,7 @@ data/</pre>
For MinGW, edit the "makefile.cfg" file, and then
</p>
<p>
<pre>makefile -f makefile.mgw</pre>
<pre>makefile -f makefile.mingw</pre>
</p>
<a name="installation"></a><h2>INSTALLATION</h2>

2
fix.sh
View File

@ -78,7 +78,7 @@ if [ X"$ans" != X"y" ] ; then exit ; fi
case "$platform" in
"unix" ) makefile_name="makefile.linux" ;;
"djgpp" ) makefile_name="makefile.dj" ;;
"mingw32" ) makefile_name="makefile.mgw" ;;
"mingw32" ) makefile_name="makefile.mingw" ;;
"*" ) exit ;;
esac

View File

@ -34,7 +34,7 @@ OBJ = .o
EXE = .exe
LIB_EXT = .a
OBJ_DIR = obj/mingw32
SUBMAKEFILE = makefile.mgw
SUBMAKEFILE = makefile.mingw
ifndef CROSSCOMPILE
DLLWRAP = dllwrap

View File

@ -82,7 +82,7 @@ ase_files="config.h \
makefile.gcc \
makefile.linux \
makefile.lst \
makefile.mgw \
makefile.mingw \
makefile.vc \
*.txt \
*.html \