changeset 321:4cc21ebab650

Update example config.mak template.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 13 Oct 2012 15:03:05 +0300
parents a03e604f4e75
children e468ff7d0058
files config.mak.in
diffstat 1 files changed, 4 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/config.mak.in	Sat Oct 13 07:36:32 2012 +0300
+++ b/config.mak.in	Sat Oct 13 15:03:05 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