scummvm/devtools/create_kyradat/module.mk
Johannes Schickel 221b78e4e2 DEVTOOLS: Copy scumm_stricmp implementation to create_kyradat.
This should fix bug #3489654 "DEVTOOLS: create_kyradat linkerror".
2012-02-22 03:45:44 +01:00

19 lines
266 B
Makefile

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