--- a/ui/cocoa/objs.mk Thu Mar 13 22:47:16 2025 +0100 +++ b/ui/cocoa/objs.mk Sun Mar 16 13:53:30 2025 +0100 @@ -39,6 +39,7 @@ COCOAOBJ += window.o COCOAOBJ += Container.o COCOAOBJ += button.o +COCOAOBJ += text.o TOOLKITOBJS += $(COCOAOBJ:%=$(COCOA_OBJPRE)%) TOOLKITSOURCE += $(COCOAOBJ:%.o=cocoa/%.m)