[Scummvm-cvs-logs] CVS: scummvm Makefile.mingw,1.20,1.21

Torbj?rn Andersson eriktorbjorn at users.sourceforge.net
Thu Sep 18 07:08:22 CEST 2003


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv30896

Modified Files:
	Makefile.mingw 
Log Message:
Added EXECUTABLE to the MinGW makefile.

This slows down the build procedure enormously, but on the other hand it
actually does something now. :-)

Though, for some reason, make always crashes shortly before the end when I
build it from scratch. I have to repeat the command to get it to finish.
Time to check if there's a newer MinGW version to download, I guess...


Index: Makefile.mingw
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.mingw,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- Makefile.mingw	28 Aug 2003 12:21:34 -0000	1.20
+++ Makefile.mingw	18 Sep 2003 14:07:36 -0000	1.21
@@ -60,6 +60,8 @@
 # Misc stuff - you should normally never have to edit this            #
 #######################################################################
 
+EXECUTABLE := scummvm$(EXEEXT)
+
 include Makefile.common
 
 scummvmico.o: scummvm.ico





More information about the Scummvm-git-logs mailing list