# HG changeset patch # User Matti Hamalainen # Date 1503161609 -10800 # Node ID 4aec80a03cb04bbcfce2735ac8882f4c1f7d3b69 # Parent 4d4d6de39329b4cafa4573e0119c0132445d7f88 Do not build tools. diff -r 4d4d6de39329 -r 4aec80a03cb0 config.mak --- a/config.mak Sat Aug 19 19:51:30 2017 +0300 +++ b/config.mak Sat Aug 19 19:53:29 2017 +0300 @@ -17,7 +17,7 @@ # 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 +DM_BUILD_TOOLS=no # Timeline support? (required for editor and complex demos) DM_USE_TIMELINE=no