scummvm/devtools/create_supernova/module.mk
Thierry Crozat b2384152ce SUPERNOVA: Add parsing of po file in create_supernova
This means the tool is now complete and can add translations to the
supernova engine data file.
2018-01-23 02:15:32 +00:00

13 lines
241 B
Makefile

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