changeset 72:a21f3cbaf20e

Use -mconsole for windows gldragon binaries.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 16 Dec 2019 10:23:46 +0200
parents 1ed7f9d85342
children 3383e402817b
files Makefile.cross-mingw
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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