comparison config.mak.in @ 127:ab4086db7dad

Various improvements in modularity.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 04 Oct 2012 06:23:13 +0300
parents d5cfd29c87c4
children 4cc21ebab650
comparison
equal deleted inserted replaced
126:97488948215c 127:ab4086db7dad
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=no 3 DM_BUILD_TESTS=no
4 DM_BUILD_TOOLS=yes 4 DM_BUILD_TOOLS=yes
5
6 # Enable OpenGL specifics (does not mean that OpenGL is automatically used, tho)
7 DM_USE_OPENGL=no
5 8
6 # Build with runtime asserts? 9 # Build with runtime asserts?
7 DM_USE_ASSERTS=yes 10 DM_USE_ASSERTS=yes
8 11
9 # Use plain C routines? 12 # Use plain C routines?