comparison 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
comparison
equal deleted inserted replaced
985:2fac0a28ff51 986:a25b6da1c4a8
1 # Build engine tests and tools? (Please notice that what 1 # Build engine tests and tools? (Please notice that what
2 # actually gets built it also affected by other options) 2 # actually gets built it also affected by other options)
3 DM_BUILD_TESTS=yes 3 DM_BUILD_TESTS=yes
4 DM_BUILD_TOOLS=yes 4 DM_BUILD_TOOLS=yes
5
6
7 # Use zlib? If you say "no", zlib will be only used for
8 # tools that need it, resource library decompression
9 # will use internal dmzlib module.
10 DM_USE_ZLIB=no
5 11
6 # Use libpng? Required for PNG read/write support in some tools. 12 # Use libpng? Required for PNG read/write support in some tools.
7 # NOTICE!!!! _NOT_ required for simple PNG read support via dmimage, 13 # NOTICE!!!! _NOT_ required for simple PNG read support via dmimage,
8 # that is implemented via modified stb_image.c's PNG loader. 14 # that is implemented via modified stb_image.c's PNG loader.
9 DM_USE_LIBPNG=yes 15 DM_USE_LIBPNG=yes