[Scummvm-cvs-logs] CVS: scummvm Makefile.common,1.49,1.50

Max Horn fingolfin at users.sourceforge.net
Mon Jul 14 19:17:02 CEST 2003


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

Modified Files:
	Makefile.common 
Log Message:
replaced SCUMMVM_VERSION/SCUMMVM_CVS by gScummVMVersion/gScummVMBuildDate/gScummVMFullVersion; made engine.o depend on all other .o files, so that the build date in it is always up-to-date

Index: Makefile.common
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.common,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- Makefile.common	26 May 2003 05:18:40 -0000	1.49
+++ Makefile.common	15 Jul 2003 02:16:32 -0000	1.50
@@ -58,6 +58,11 @@
 # Include the build instructions for all modules
 -include $(addsuffix /module.mk,$(MODULES))
 
+# Make engine.o depend on all other object files. This way if anything is
+# changed, it causes engine.cpp to be recompiled. This in turn ensures that
+# the build date in gScummVMBuildDate is correct.
+common/engine.o: $(OBJS)
+
 # HACK temporary fix to get compilation on OS X (and possibly others) working again
 OBJS:=common/engine.o $(OBJS)
 





More information about the Scummvm-git-logs mailing list