feat: add message box dialogs

This commit is contained in:
2026-04-22 18:44:25 +02:00
parent 6c2796f8bd
commit 15a092d0b4
10 changed files with 695 additions and 17 deletions
+2 -1
View File
@@ -60,6 +60,7 @@ LDFLAGS := \
--gc-sections \
--hash-style=sysv \
-u dialogs_run_request \
-u dialogs_message_box \
-m elf_x86_64 \
-z max-page-size=0x1000
@@ -84,7 +85,7 @@ LIBC_CFLAGS := \
-isystem $(PROG_INC)/libc \
-isystem $(GCC_INCLUDE)
SRCS := main.cpp filedialog.cpp printdialog.cpp stb_truetype_impl.cpp font_data.cpp
SRCS := main.cpp filedialog.cpp printdialog.cpp messagebox.cpp stb_truetype_impl.cpp font_data.cpp
OBJS := $(addprefix $(OBJDIR)/,$(SRCS:.cpp=.o))
LIBC_PIC_OBJ := $(OBJDIR)/libc_pic.o