# HG changeset patch # User Matti Hamalainen # Date 1425460702 -7200 # Node ID 105bba42fd6655a0ee3d8e64b026e4361274752a # Parent 2e728c38a38614ad3690ee3d7776c75484e8e86b Do not specify certain linker flags by default. diff -r 2e728c38a386 -r 105bba42fd66 Makefile.cross-mingw --- a/Makefile.cross-mingw Wed Mar 04 09:28:42 2015 +0200 +++ b/Makefile.cross-mingw Wed Mar 04 11:18:22 2015 +0200 @@ -29,8 +29,5 @@ ZLIB_CFLAGS= ZLIB_LDFLAGS=$(MINGW_PATH)/lib/libz.a -#CFLAGS=-mwindows -LDFLAGS=-lmingw32 -s - include $(DMLIB)Makefile.gen