diff 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
line wrap: on
line diff
--- a/config.mak.in	Mon Oct 15 21:27:24 2012 +0300
+++ b/config.mak.in	Mon Oct 15 22:48:41 2012 +0300
@@ -1,10 +1,10 @@
 # Build engine tests and tools? (Please notice that what
 # actually gets built it also affected by other options)
-DM_BUILD_TESTS=no
+DM_BUILD_TESTS=yes
 DM_BUILD_TOOLS=yes
 
-# Enable OpenGL specifics (does not mean that OpenGL is automatically used, tho)
-DM_USE_OPENGL=no
+# Build Gtk+2 based demo editor?
+DM_BUILD_EDITOR=yes
 
 # Build with runtime asserts?
 DM_USE_ASSERTS=yes
@@ -41,7 +41,7 @@
 JSS_LIGHT=no
 
 # Build with extra debugging code? (disabled by JSS_LIGHT=yes)
-JSS_DEBUG=yes
+JSS_DEBUG=no
 
 
 ### Support loading of XM-format module files
@@ -74,3 +74,4 @@
 ### Locking/thread support
 ###
 JSS_SUP_THREADS=yes
+