Files
Upsilon/apps/code/Makefile
Léa Saviot 53d2ae2c46 [code] Rename Code::Toolbox in Code::PythonToolbox for more clarity.
Change-Id: I3729fedd8a26531edcd17105ed5fc177c06a8fcb
2017-12-01 13:19:30 +01:00

46 lines
891 B
Makefile

snapshots += Code::App::Snapshot
snapshot_headers += apps/code/app.h
app_objs += $(addprefix apps/code/,\
app.o\
accordion.o\
console_controller.o\
console_edit_cell.o\
console_line_cell.o\
console_store.o\
double_buffer_text_cell.o\
editor_controller.o\
helpers.o\
menu_controller.o\
python_toolbox.o\
sandbox_controller.o\
script.o\
script_parameter_controller.o\
script_store.o\
script_template.o\
variable_box_controller.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