https://github.com/scummvm/scummvm
Raw File
Tip revision: bc237fc7cef4a07a82f5dd0966f87b042bd062e8 authored by raziel- on 05 September 2014, 08:35:25 UTC
AMIGAOS: Make use of the new drawer icon
Tip revision: bc237fc
module.mk
MODULE := engines/toon

MODULE_OBJS := \
	anim.o \
	audio.o \
	character.o \
	console.o \
	conversation.o \
	detection.o \
	drew.o \
	flux.o \
	font.o \
	hotspot.o \
	movie.o \
	path.o \
	picture.o \
	resource.o \
	script.o \
	script_func.o \
	state.o \
	text.o \
	tools.o \
	toon.o

# This module can be built as a plugin
ifeq ($(ENABLE_TOON), DYNAMIC_PLUGIN)
PLUGIN := 1
endif

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