refactor: split dialogs.elf implementation

This commit is contained in:
2026-04-05 13:29:04 +02:00
parent 7170b7cc5c
commit d6c0470c62
8 changed files with 1880 additions and 1666 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ LDFLAGS := \
-z max-page-size=0x1000 \
-T $(LINK_LD)
SRCS := main.cpp stb_truetype_impl.cpp font_data.cpp
SRCS := main.cpp filedialog.cpp printdialog.cpp stb_truetype_impl.cpp font_data.cpp
OBJS := $(addprefix $(OBJDIR)/,$(SRCS:.cpp=.o))
TARGET := $(BINDIR)/apps/dialogs/dialogs.elf