mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
ad8eb87006
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.
13 lines
206 B
Makefile
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
|