Files
scummvm/devtools/create_supernova2/module.mk
T
Jaromir Wysoglad 0ed3dbf21f SUPERNOVA2: add tool to generate engine data file
Most of the tool is copied from create supernova
Add correct gametext.h and strings_en.po for supernova2
Doesn't handle images yet
2019-07-28 15:09:14 +01:00

13 lines
244 B
Makefile

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