comparison config.mak.in @ 344:9cf1a58b0234

Beginnings of the editor.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 15 Oct 2012 22:48:41 +0300
parents 4cc21ebab650
children 2a22b0f1a469
comparison
equal deleted inserted replaced
343:6ecc7eb6d158 344:9cf1a58b0234
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=yes
4 DM_BUILD_TOOLS=yes 4 DM_BUILD_TOOLS=yes
5 5
6 # Enable OpenGL specifics (does not mean that OpenGL is automatically used, tho) 6 # Build Gtk+2 based demo editor?
7 DM_USE_OPENGL=no 7 DM_BUILD_EDITOR=yes
8 8
9 # Build with runtime asserts? 9 # Build with runtime asserts?
10 DM_USE_ASSERTS=yes 10 DM_USE_ASSERTS=yes
11 11
12 # Use plain C routines? 12 # Use plain C routines?
39 # Build a special "light"/minimized version by removing all 39 # Build a special "light"/minimized version by removing all
40 # error messages and few other things. 40 # error messages and few other things.
41 JSS_LIGHT=no 41 JSS_LIGHT=no
42 42
43 # Build with extra debugging code? (disabled by JSS_LIGHT=yes) 43 # Build with extra debugging code? (disabled by JSS_LIGHT=yes)
44 JSS_DEBUG=yes 44 JSS_DEBUG=no
45 45
46 46
47 ### Support loading of XM-format module files 47 ### Support loading of XM-format module files
48 JSS_SUP_XM=yes 48 JSS_SUP_XM=yes
49 49
72 72
73 ### 73 ###
74 ### Locking/thread support 74 ### Locking/thread support
75 ### 75 ###
76 JSS_SUP_THREADS=yes 76 JSS_SUP_THREADS=yes
77