[Scummvm-cvs-logs] CVS: scummvm/scumm module.mk,1.32,1.33
Max Horn
fingolfin at users.sourceforge.net
Fri Jan 30 13:58:04 CET 2004
Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26470/scumm
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/scumm/module.mk,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- module.mk 19 Jan 2004 19:30:58 -0000 1.32
+++ module.mk 30 Jan 2004 21:54:28 -0000 1.33
@@ -76,4 +76,4 @@
endif
# Include common rules
-include common.rules
+include $(srcdir)/common.rules
More information about the Scummvm-git-logs
mailing list