From a6406a57ca744c7c27237a9713bfdf09936c0e3e Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Wed, 8 Jun 2016 06:35:04 +0200 Subject: [PATCH] Add ui_cocoa_msg_window.m to Cocoa --- Makefile.common | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.common b/Makefile.common index 4e1ebeeb70..e29cd36c9c 100644 --- a/Makefile.common +++ b/Makefile.common @@ -1090,6 +1090,7 @@ ifeq ($(HAVE_COCOA),1) input/drivers_keyboard/keyboard_event_apple.o \ ui/drivers/ui_cocoa.o \ ui/drivers/cocoa/ui_cocoa_window.o \ + ui/drivers/cocoa/ui_cocoa_msg_window.o \ ui/drivers/cocoa/ui_cocoa_application.o \ ui/drivers/cocoa/cocoa_common.o \ gfx/drivers_context/cocoa_gl_ctx.o