From 52fb337856497cb151081f3738e7cfa4bc2883bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Tue, 15 Feb 2022 16:29:59 +0100 Subject: Rework list view code. --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a8b8276..cffc2bf 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,10 @@ PROJECT_ROOT = $(dir $(abspath $(lastword $(MAKEFILE_LIST)))) -INPUTS = $(PROJECT_ROOT)c/win.c +INPUTS = $(PROJECT_ROOT)c/main.c +INPUTS += $(PROJECT_ROOT)c/common.c +INPUTS += $(PROJECT_ROOT)c/listview.c +INPUTS += $(PROJECT_ROOT)c/episodelistview.c +INPUTS += $(PROJECT_ROOT)c/datalistview.c INPUTS += resource.obj INPUTS += $(PROJECT_ROOT)pl/track_episodes.pl INPUTS += $(PROJECT_ROOT)pl/local_episodes.pl -- cgit v1.2.3