https://github.com/scummvm/scummvm
Raw File
Tip revision: 007d9ef7734917e7666189eddc0ab5d6878b2c87 authored by athrxx on 03 November 2011, 22:04:30 UTC
KYRA: fix minor bug in LoLEngine::playCharacterScriptChat()
Tip revision: 007d9ef
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