scummvm/graphics/module.mk
Max Horn 3ee1fe9b57 Forgot to commit this, oops :-/
svn-id: r17846
2005-04-28 00:23:08 +00:00

19 lines
329 B
Makefile

MODULE := graphics
MODULE_OBJS := \
graphics/animation.o \
graphics/consolefont.o \
graphics/font.o \
graphics/fontman.o \
graphics/newfont.o \
graphics/newfont_big.o \
graphics/primitives.o \
graphics/scummfont.o \
graphics/surface.o
MODULE_DIRS += \
graphics
# Include common rules
include $(srcdir)/common.rules