changeset 323:e468ff7d0058

Merged
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 14 Oct 2012 14:30:53 +0300
parents 148e981739f4 (current diff) 4cc21ebab650 (diff)
children f2b65aa474c9
files
diffstat 1 files changed, 4 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/config.mak.in	Sun Oct 14 14:30:29 2012 +0300
+++ b/config.mak.in	Sun Oct 14 14:30:53 2012 +0300
@@ -16,14 +16,14 @@
 DM_USE_SIMD=yes
 
 
-DM_RES_PACKFS=yes
-DM_RES_STDIO=yes
-DM_RES_MEMIO=yes
+DM_USE_PACKFS=yes
+DM_USE_STDIO=yes
+DM_USE_MEMIO=yes
 
 
 DM_GFX_BM_TEXT=yes
 DM_GFX_TTF_TEXT=yes
-DM_GFX_LINES=no
+DM_GFX_LINES=yes
 DM_GFX_BLITS=yes
 DM_GFX_MISC=yes
 
@@ -36,9 +36,6 @@
 ###
 JSS=yes
 
-# Use floating point mixing
-JSS_MIX_FP=no
-
 # Build a special "light"/minimized version by removing all
 # error messages and few other things.
 JSS_LIGHT=no