scummvm/devtools/create_translations/module.mk
Johannes Schickel f63df3bf7b GRAPHICS/GUI: Implement charset mapping for TTF fonts.
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.
2012-01-29 16:26:20 +01:00

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