[Scummvm-cvs-logs] CVS: scummvm Makefile,1.61,1.62 Makefile.mingw,1.35,1.36

Max Horn fingolfin at users.sourceforge.net
Sat Jan 31 17:35:21 CET 2004


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11851

Modified Files:
	Makefile Makefile.mingw 
Log Message:
cleanup

Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- Makefile	31 Jan 2004 00:05:08 -0000	1.61
+++ Makefile	1 Feb 2004 01:32:43 -0000	1.62
@@ -26,8 +26,6 @@
 MODULES     :=
 MODULE_DIRS :=
 
-EXECUTABLE  := scummvm$(EXEEXT)
-
 # Load the make rules generated by configure
 include config.mak
 
@@ -43,9 +41,11 @@
 CXXFLAGS+= -Wno-reorder -Wwrite-strings -fcheck-new -Wctor-dtor-privacy 
 
 #######################################################################
-# Misc stuff - you should normally never have to edit this            #
+# Misc stuff - you should never have to edit this                     #
 #######################################################################
 
+EXECUTABLE  := scummvm$(EXEEXT)
+
 include $(srcdir)/Makefile.common
 
 # check if configure has been run or has been changed since last run

Index: Makefile.mingw
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.mingw,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- Makefile.mingw	31 Jan 2004 01:58:14 -0000	1.35
+++ Makefile.mingw	1 Feb 2004 01:32:43 -0000	1.36
@@ -72,7 +72,7 @@
 
 
 #######################################################################
-# Misc stuff - you should normally never have to edit this            #
+# Misc stuff - you should never have to edit this                     #
 #######################################################################
 
 EXECUTABLE := scummvm$(EXEEXT)





More information about the Scummvm-git-logs mailing list