From 69bceafc6e1a810f8f66b81bf76e2c2c6fb16fe0 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 21 Nov 2002 04:08:37 +0000 Subject: revamped build system somewhat: 'modules' like scumm, simon, gui etc. now all build into a lib, and all have a module.mk file that lists all their file. Advantage: further modularizes the build system, seperating all parts of ScummVM svn-id: r5653 --- backends/module.mk | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 backends/module.mk (limited to 'backends') diff --git a/backends/module.mk b/backends/module.mk new file mode 100644 index 0000000000..251bf98669 --- /dev/null +++ b/backends/module.mk @@ -0,0 +1,9 @@ +MODULE := backends + +MODULE_OBJS = \ + backends/fs/posix/posix-fs.o \ + backends/fs/morphos/abox-fs.o \ + backends/fs/windows/windows-fs.o + +# Include common rules +include common.rules -- cgit v1.2.3