https://github.com/scummvm/scummvm
Raw File
Tip revision: 3b11bd6abfcad23a68adb57915950a04c03075f6 authored by Chris Apers on 23 December 2004, 20:20:35 UTC
Done.
Tip revision: 3b11bd6
module.mk
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
back to top