diff config.mak.in @ 986:a25b6da1c4a8

Begin process of making zlib optional for some things. These changes are for build process only, and lack any other implementation.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 27 Feb 2015 20:15:34 +0200
parents 55a3d6db20ac
children 509e6ed3a24e
line wrap: on
line diff
--- a/config.mak.in	Fri Feb 27 18:12:38 2015 +0200
+++ b/config.mak.in	Fri Feb 27 20:15:34 2015 +0200
@@ -3,6 +3,12 @@
 DM_BUILD_TESTS=yes
 DM_BUILD_TOOLS=yes
 
+
+# Use zlib? If you say "no", zlib will be only used for
+# tools that need it, resource library decompression
+# will use internal dmzlib module.
+DM_USE_ZLIB=no
+
 # Use libpng? Required for PNG read/write support in some tools.
 # NOTICE!!!! _NOT_ required for simple PNG read support via dmimage,
 # that is implemented via modified stb_image.c's PNG loader.