[Scummvm-cvs-logs] CVS: scummvm/queen module.mk,1.20,1.21

Max Horn fingolfin at users.sourceforge.net
Fri Jan 30 13:57:49 CET 2004


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

Modified Files:
	module.mk 
Log Message:
Various changes to the build system which allow building ScummVM in an external directory (and as such, allow you to have a debug, a profiling, and a release build from the same set of source files in parallel). Work in progress

Index: module.mk
===================================================================
RCS file: /cvsroot/scummvm/scummvm/queen/module.mk,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- module.mk	8 Jan 2004 14:10:32 -0000	1.20
+++ module.mk	30 Jan 2004 21:54:27 -0000	1.21
@@ -31,4 +31,4 @@
 endif
 
 # Include common rules 
-include common.rules
+include $(srcdir)/common.rules





More information about the Scummvm-git-logs mailing list