Files
Upsilon/apps/calculation/Makefile
Émilie Feral 172528f49f [apps/calculation] Change names: PrettyPrintView -->
ScrollableExpressionView and make result View an scrollable expression
view

Change-Id: I9ac85671bcb4fdbeda0e5dbc6788dc7eb93b7343
2016-12-09 11:01:44 +01:00

16 lines
325 B
Makefile

app_objs += $(addprefix apps/calculation/,\
app.o\
calculation.o\
calculation_store.o\
evaluate_context.o\
selectable_table_view.o\
history_view_cell.o\
history_controller.o\
edit_expression_controller.o\
scrollable_expression_view.o\
text_field.o\
)
app_images += apps/calculation/calculation_icon.png