scummvm/devtools/create_mortdat/module.mk
Paul Gilbert 60f287c85d MORTEVIELLE: New create_mortdat project to create a mort.dat data file
At the moment, this extracts needed font data from the mort.com executable.
2012-04-06 08:19:26 +02:00

12 lines
192 B
Makefile

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