comparison Makefile.cross-mingw @ 84:7747659639b6

Clean up LDFLAGS.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 02 Apr 2020 22:11:27 +0300
parents cc1c35357e39
children 2ce1f9f288c7
comparison
equal deleted inserted replaced
83:69d7349dc5d3 84:7747659639b6
41 41
42 SDL_CFLAGS ?= $(shell $(MINGW_LOCAL_PATH)/bin/sdl2-config --cflags) 42 SDL_CFLAGS ?= $(shell $(MINGW_LOCAL_PATH)/bin/sdl2-config --cflags)
43 SDL_LDFLAGS ?= $(shell $(MINGW_LOCAL_PATH)/bin/sdl2-config --libs) 43 SDL_LDFLAGS ?= $(shell $(MINGW_LOCAL_PATH)/bin/sdl2-config --libs)
44 44
45 GL_CFLAGS ?= -I$(MINGW_SYS_PATH)/include/ 45 GL_CFLAGS ?= -I$(MINGW_SYS_PATH)/include/
46 GL_LDFLAGS = -lopengl32 -lglu32 -mconsole 46 GL_LDFLAGS = -lopengl32 -lglu32
47 47
48 TOOL_LDFLAGS ?= -mconsole -lmingw32 48 LDFLAGS ?= -mconsole
49 TOOL_LDFLAGS ?=
49 50
50 include Makefile.gen 51 include Makefile.gen