scummvm/devtools/create_teenagent/module.mk
D G Turner ad8eb87006 DEVTOOLS: create_teenagent now modified to use message string table.
The dseg region is now generated from two byte blocks and the message
strings.

This commit also removes the hacky code to generate these tables from
the older headers and adds the util.cpp from create_kyradat to provide
file I/O functions.
2012-07-25 03:08:33 +01:00

13 lines
206 B
Makefile

MODULE := devtools/create_teenagent
MODULE_OBJS := \
create_teenagent.o \
util.o
# Set the name of the executable
TOOL_EXECUTABLE := create_teenagent
# Include common rules
include $(srcdir)/rules.mk