Files
Upsilon/apps/code/Makefile
Léa Saviot b7baec4a40 [code] Keyboard events translation, for script or command edition.
For instance, the "power" event should insert "**" in the text, not "^".
Added a universal i18n file in apps/code.

Change-Id: I5d067b0c5b86590af95aa98856522d54e42acba6
2017-11-17 11:59:50 +01:00

29 lines
532 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\
)
i18n_files += $(addprefix apps/code/,\
base.de.i18n\
base.en.i18n\
base.es.i18n\
base.fr.i18n\
base.pt.i18n\
base.universal.i18n\
)
app_images += apps/code/code_icon.png