mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
Most of the tool is copied from create supernova Add correct gametext.h and strings_en.po for supernova2 Doesn't handle images yet
13 lines
244 B
Makefile
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
|