comparison config.mak @ 65:4aec80a03cb0

Do not build tools.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 19 Aug 2017 19:53:29 +0300
parents cdd817cb0e44
children f0b26daba6a9
comparison
equal deleted inserted replaced
64:4d4d6de39329 65:4aec80a03cb0
15 TESTS_BINPATH=$(TOOL_BINPATH) 15 TESTS_BINPATH=$(TOOL_BINPATH)
16 16
17 # Build engine tests and tools? (Please notice that what 17 # Build engine tests and tools? (Please notice that what
18 # actually gets built it also affected by other options) 18 # actually gets built it also affected by other options)
19 DM_BUILD_TESTS=no 19 DM_BUILD_TESTS=no
20 DM_BUILD_TOOLS=yes 20 DM_BUILD_TOOLS=no
21 21
22 # Timeline support? (required for editor and complex demos) 22 # Timeline support? (required for editor and complex demos)
23 DM_USE_TIMELINE=no 23 DM_USE_TIMELINE=no
24 24
25 # Build Qt based demo editor? 25 # Build Qt based demo editor?