Files
Upsilon/apps/code/Makefile
Léa Saviot 13bf8c2d62 [code] Python toolbox.
Change-Id: I4028b05c662cae04a5ac3af5021f3438bb22dcd0
2017-11-17 11:59:50 +01:00

42 lines
787 B
Makefile

snapshots += Code::App::Snapshot
snapshot_headers += apps/code/app.h
app_objs += $(addprefix apps/code/,\
app.o\
console_controller.o\
console_edit_cell.o\
console_line_cell.o\
console_store.o\
editor_controller.o\
helpers.o\
menu_controller.o\
script.o\
script_parameter_controller.o\
script_store.o\
script_template.o\
toolbox.o\
)
i18n_files += $(addprefix apps/code/,\
base.de.i18n\
base.en.i18n\
base.es.i18n\
base.fr.i18n\
base.pt.i18n\
base.universal.i18n\
catalog.de.i18n\
catalog.en.i18n\
catalog.es.i18n\
catalog.fr.i18n\
catalog.pt.i18n\
catalog.universal.i18n\
toolbox.de.i18n\
toolbox.en.i18n\
toolbox.es.i18n\
toolbox.fr.i18n\
toolbox.pt.i18n\
toolbox.universal.i18n\
)
app_images += apps/code/code_icon.png