# HG changeset patch # User Matti Hamalainen # Date 1585854687 -10800 # Node ID 7747659639b6caace70667f8f31eeec975dc7011 # Parent 69d7349dc5d3c99ebbdc9c3e76f3dccec4b22253 Clean up LDFLAGS. diff -r 69d7349dc5d3 -r 7747659639b6 Makefile.cross-mingw --- a/Makefile.cross-mingw Mon Mar 09 09:40:28 2020 +0200 +++ b/Makefile.cross-mingw Thu Apr 02 22:11:27 2020 +0300 @@ -43,8 +43,9 @@ SDL_LDFLAGS ?= $(shell $(MINGW_LOCAL_PATH)/bin/sdl2-config --libs) GL_CFLAGS ?= -I$(MINGW_SYS_PATH)/include/ -GL_LDFLAGS = -lopengl32 -lglu32 -mconsole +GL_LDFLAGS = -lopengl32 -lglu32 -TOOL_LDFLAGS ?= -mconsole -lmingw32 +LDFLAGS ?= -mconsole +TOOL_LDFLAGS ?= include Makefile.gen