comparison Makefile.cross-mingw @ 72:a21f3cbaf20e

Use -mconsole for windows gldragon binaries.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 16 Dec 2019 10:23:46 +0200
parents a7d56f006063
children cc1c35357e39
comparison
equal deleted inserted replaced
71:1ed7f9d85342 72:a21f3cbaf20e
23 23
24 SDL_CFLAGS ?= $(shell $(MINGW_LOCAL_PATH)/bin/sdl2-config --cflags) 24 SDL_CFLAGS ?= $(shell $(MINGW_LOCAL_PATH)/bin/sdl2-config --cflags)
25 SDL_LDFLAGS ?= $(shell $(MINGW_LOCAL_PATH)/bin/sdl2-config --libs) 25 SDL_LDFLAGS ?= $(shell $(MINGW_LOCAL_PATH)/bin/sdl2-config --libs)
26 26
27 GL_CFLAGS ?= -I$(MINGW_SYS_PATH)/include/ 27 GL_CFLAGS ?= -I$(MINGW_SYS_PATH)/include/
28 GL_LDFLAGS = -lopengl32 -lglu32 28 GL_LDFLAGS = -lopengl32 -lglu32 -mconsole
29 29
30 TOOL_LDFLAGS ?= -mconsole -lmingw32 30 TOOL_LDFLAGS ?= -mconsole -lmingw32
31 31
32 include Makefile.gen 32 include Makefile.gen