mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-26 18:21:44 +00:00
Renamed makefile.mgw to makefile.mingw.
This commit is contained in:
parent
a1d20f704f
commit
63798943e1
@ -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
2
fix.sh
@ -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
|
||||
|
||||
|
@ -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
|
@ -82,7 +82,7 @@ ase_files="config.h \
|
||||
makefile.gcc \
|
||||
makefile.linux \
|
||||
makefile.lst \
|
||||
makefile.mgw \
|
||||
makefile.mingw \
|
||||
makefile.vc \
|
||||
*.txt \
|
||||
*.html \
|
||||
|
Loading…
Reference in New Issue
Block a user