scummvm/graphics/module.mk
Max Horn f5da05f80d Added some graphic primitives
svn-id: r15885
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