scummvm/devtools/create_kyradat/module.mk
Johannes Schickel 800fc0722d DEVTOOLS: Rewrite create_kyradat.
Now static data is directly stored inside source code files which allows the
tool to generate kyra.dat without any additional input.

This will make supporting fan translations easier, since only the localized
strings have to be added and an appropriate game entry has to be added.
2014-03-03 02:00:04 +01:00

18 lines
255 B
Makefile

MODULE := devtools/create_kyradat
MODULE_OBJS := \
create_kyradat.o \
games.o \
md5.o \
pak.o \
resources.o \
types.o \
util.o
# Set the name of the executable
TOOL_EXECUTABLE := create_kyradat
# Include common rules
include $(srcdir)/rules.mk