mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
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.
12 lines
219 B
Makefile
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
|