# HG changeset patch # User Matti Hamalainen # Date 1576484626 -7200 # Node ID a21f3cbaf20e6f3c6a1bdec5a6b6205d52dad985 # Parent 1ed7f9d85342c2a7257563480f90613052c8c0b3 Use -mconsole for windows gldragon binaries. diff -r 1ed7f9d85342 -r a21f3cbaf20e Makefile.cross-mingw --- a/Makefile.cross-mingw Mon Dec 16 07:53:58 2019 +0200 +++ b/Makefile.cross-mingw Mon Dec 16 10:23:46 2019 +0200 @@ -25,7 +25,7 @@ SDL_LDFLAGS ?= $(shell $(MINGW_LOCAL_PATH)/bin/sdl2-config --libs) GL_CFLAGS ?= -I$(MINGW_SYS_PATH)/include/ -GL_LDFLAGS = -lopengl32 -lglu32 +GL_LDFLAGS = -lopengl32 -lglu32 -mconsole TOOL_LDFLAGS ?= -mconsole -lmingw32