scummvm/tools/create_kyradat/module.mk
Johannes Schickel 3374fef61e - Cleanup multi language game processing
- Vast move of static data tables to new files
- Other cleanup

svn-id: r44143
2009-09-17 12:02:17 +00:00

21 lines
278 B
Makefile

# $URL$
# $Id$
MODULE := tools/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