diff config.mak.in @ 2:9a8355b47e1c

Various improvements in the build system to add granularity for building different parts of the engine and tools.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 28 Sep 2012 02:20:31 +0300
parents 32250b436bca
children 033c660c25f5
line wrap: on
line diff
--- a/config.mak.in	Fri Sep 28 02:08:17 2012 +0300
+++ b/config.mak.in	Fri Sep 28 02:20:31 2012 +0300
@@ -1,3 +1,8 @@
+# Build engine tests and tools? (Please notice that what
+# actually gets built it also affected by other options)
+DM_BUILD_TESTS=no
+DM_BUILD_TOOLS=yes
+
 # Build with runtime asserts?
 DM_USE_ASSERTS=yes