Skip to content
Snippets Groups Projects
Commit e3e5be47 authored by deuce's avatar deuce
Browse files

Add the required SDL_win32_main file for mingw32 builds.

parent 40c6f8db
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment