From da76ac5890ee662cb8026ea07a0566c61889df4a Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 30 Jan 2004 21:54:28 +0000 Subject: 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 svn-id: r12680 --- base/module.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base') diff --git a/base/module.mk b/base/module.mk index d2c567e82b..9aad4e6bb0 100644 --- a/base/module.mk +++ b/base/module.mk @@ -17,4 +17,4 @@ MODULE_DIRS += \ #base/gameDetector.o base/plugins.o: config.mak # Include common rules -include common.rules +include $(srcdir)/common.rules -- cgit v1.2.3