Files
scummvm/graphics/module.mk
T
2004-11-25 23:33:21 +00:00

15 lines
230 B
Makefile

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