# HG changeset patch # User Matti Hamalainen # Date 1350129785 -10800 # Node ID 4cc21ebab650ebb15f985d35daae74808c170eaa # Parent a03e604f4e751305c17cebe675d837b855fdab96 Update example config.mak template. diff -r a03e604f4e75 -r 4cc21ebab650 config.mak.in --- 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