From e3e5be4704b23aa5118958dda930f1d460b20562 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Sat, 17 Aug 2013 01:06:58 +0000 Subject: [PATCH] Add the required SDL_win32_main file for mingw32 builds. --- src/conio/GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conio/GNUmakefile b/src/conio/GNUmakefile index 90123c81b4..d42c711710 100644 --- a/src/conio/GNUmakefile +++ b/src/conio/GNUmakefile @@ -5,6 +5,7 @@ include $(SRC_ROOT)/build/Common.gmake # defines clean and output directory rule CFLAGS += $(XPDEV-MT_CFLAGS) $(CIOLIB-MT_CFLAGS) ifeq ($(os),win32) + OBJS += $(MTOBJODIR)$(DIRSEP)SDL_win32_main$(OFILE) OBJS += $(MTOBJODIR)$(DIRSEP)win32cio$(OFILE) else OBJS += $(MTOBJODIR)$(DIRSEP)curs_cio$(OFILE) -- GitLab