mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
b2384152ce
This means the tool is now complete and can add translations to the supernova engine data file.
13 lines
241 B
Makefile
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
|