https://github.com/scummvm/scummvm
Raw File
Tip revision: c21cdd48663f66f252cbfb8805ee88677853f1e8 authored by Jonathan Gray on 29 January 2006, 03:49:13 UTC
Backport cyx's GCC 2.95 compilation fix.
Tip revision: c21cdd4
module.mk
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

MODULE_DIRS += \
	graphics

# Include common rules 
include $(srcdir)/common.rules
back to top