diff options
author | Max Horn | 2006-02-12 00:16:31 +0000 |
---|---|---|
committer | Max Horn | 2006-02-12 00:16:31 +0000 |
commit | 80cf2fa46ff638ae25fe85a3a89997ceb7f09aae (patch) | |
tree | 8877a278cfc2041cb23bb02375ca732f2127e1b2 /graphics | |
parent | 136ecfc1e8115d0c00f5b53acd87d873019ab4da (diff) | |
download | scummvm-rg350-80cf2fa46ff638ae25fe85a3a89997ceb7f09aae.tar.gz scummvm-rg350-80cf2fa46ff638ae25fe85a3a89997ceb7f09aae.tar.bz2 scummvm-rg350-80cf2fa46ff638ae25fe85a3a89997ceb7f09aae.zip |
Reduced data duplication in module.mk files; added module.mk files for null and x11 backends; added engines/module.mk
svn-id: r20584
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/module.mk | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/graphics/module.mk b/graphics/module.mk index 66e63daf90..8c5697d5a1 100644 --- a/graphics/module.mk +++ b/graphics/module.mk @@ -1,18 +1,18 @@ MODULE := graphics MODULE_OBJS := \ - graphics/animation.o \ - graphics/consolefont.o \ - graphics/font.o \ - graphics/fontman.o \ - graphics/ilbm.o \ - graphics/newfont.o \ - graphics/newfont_big.o \ - graphics/primitives.o \ - graphics/scummfont.o \ - graphics/surface.o \ - graphics/imageman.o \ - graphics/imagedec.o + animation.o \ + consolefont.o \ + font.o \ + fontman.o \ + ilbm.o \ + newfont.o \ + newfont_big.o \ + primitives.o \ + scummfont.o \ + surface.o \ + imageman.o \ + imagedec.o MODULE_DIRS += \ graphics |