https://github.com/scummvm/scummvm
Raw File
Tip revision: c565e0d6441da057858563c7380e3a206b735111 authored by Eugene Sandulenko on 11 July 2014, 21:26:35 UTC
DISTS: Generated Code::Blocks and MSVC project files
Tip revision: c565e0d
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