changeset 1139:105bba42fd66

Do not specify certain linker flags by default.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 04 Mar 2015 11:18:22 +0200
parents 2e728c38a386
children fa9a79daa5da
files Makefile.cross-mingw
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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