mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
f63df3bf7b
The charsets used by the translations now need to have a "$(name).cp" file, which contains an charset index => unicode mapping. Otherwise create_translations will fail.
13 lines
234 B
Makefile
13 lines
234 B
Makefile
MODULE := devtools/create_translations
|
|
|
|
MODULE_OBJS := \
|
|
cp_parser.o \
|
|
po_parser.o \
|
|
create_translations.o
|
|
|
|
# Set the name of the executable
|
|
TOOL_EXECUTABLE := create_translations
|
|
|
|
# Include common rules
|
|
include $(srcdir)/rules.mk
|