diff Makefile @ 1432:a9516570cc26

Improve build, so that we can build the tools and tests with minimal depencies (e.g. without libSDL linking when possible.) And this also on Win32 MinGW.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 22 Nov 2017 01:33:21 +0200
parents c3bda6e63b00
children 5e5f75b45f8d
line wrap: on
line diff
--- a/Makefile	Wed Nov 22 01:04:41 2017 +0200
+++ b/Makefile	Wed Nov 22 01:33:21 2017 +0200
@@ -26,7 +26,7 @@
 ZLIB_LDFLAGS ?= $(shell pkg-config --libs zlib)
 
 
-TOOL_LDFLAGS ?= $(SDL_LDFLAGS)
+TOOL_LDFLAGS ?=
 
 include $(DMLIB)Makefile.gen