Files
scummvm/devtools/create_supernova/module.mk
T
Thierry Crozat f9310e11d8 SUPERNOVA: Add tool skeleton to generate engine data file
The tool is only a skeleton at this point. Most of the logic is there
but it is missing the data to write the German strings and it is missing
the logic to write the translated strings. This means that currently the
only data written are bitmap images.
2018-01-23 02:15:32 +00:00

12 lines
219 B
Makefile

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