Files
Upsilon/apps/code/Makefile
Romain Goyet e6ed6c74a4 [apps] Split the i18n in multiple files
A Python script aggregates all i18n files and merges them.
We now can pick a list of locales to build in EPSILON_I18N_LANGUAGES
2017-09-29 17:08:46 +02:00

24 lines
417 B
Makefile

snapshots += Code::App::Snapshot
snapshot_headers += apps/code/app.h
app_objs += $(addprefix apps/code/,\
app.o\
editor_controller.o\
executor_controller.o\
menu_controller.o\
program.o\
)
i18n_files += $(addprefix apps/code/,\
base.de.i18n\
base.en.i18n\
base.es.i18n\
base.fr.i18n\
base.pt.i18n\
)
tests += $(addprefix apps/code/test/,\
mpprint.cpp\
)
app_images += apps/code/code_icon.png