mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
MathToolbox methods moved to its parent, Toolbox (in escher). Node and ToolboxNode classes renamed MessageTree and ToolboxMessageTree. They are now in escher/, not in apps/. Change-Id: Ibb26b0e9016094cef79506a1e9fc6dfb492d7103
21 lines
396 B
Makefile
21 lines
396 B
Makefile
snapshots += Settings::App::Snapshot
|
|
snapshot_headers += apps/settings/app.h
|
|
|
|
app_objs += $(addprefix apps/settings/,\
|
|
app.o\
|
|
language_controller.o\
|
|
main_controller.o\
|
|
settings_message_tree.o\
|
|
sub_controller.o\
|
|
)
|
|
|
|
i18n_files += $(addprefix apps/settings/,\
|
|
base.de.i18n\
|
|
base.en.i18n\
|
|
base.es.i18n\
|
|
base.fr.i18n\
|
|
base.pt.i18n\
|
|
)
|
|
|
|
app_images += apps/settings/settings_icon.png
|