comparison config.mak.in @ 321:4cc21ebab650

Update example config.mak template.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 13 Oct 2012 15:03:05 +0300
parents ab4086db7dad
children 9cf1a58b0234
comparison
equal deleted inserted replaced
316:a03e604f4e75 321:4cc21ebab650
14 14
15 # Use MMX/SSE SIMD assembler routines? 15 # Use MMX/SSE SIMD assembler routines?
16 DM_USE_SIMD=yes 16 DM_USE_SIMD=yes
17 17
18 18
19 DM_RES_PACKFS=yes 19 DM_USE_PACKFS=yes
20 DM_RES_STDIO=yes 20 DM_USE_STDIO=yes
21 DM_RES_MEMIO=yes 21 DM_USE_MEMIO=yes
22 22
23 23
24 DM_GFX_BM_TEXT=yes 24 DM_GFX_BM_TEXT=yes
25 DM_GFX_TTF_TEXT=yes 25 DM_GFX_TTF_TEXT=yes
26 DM_GFX_LINES=no 26 DM_GFX_LINES=yes
27 DM_GFX_BLITS=yes 27 DM_GFX_BLITS=yes
28 DM_GFX_MISC=yes 28 DM_GFX_MISC=yes
29 29
30 DM_GFX_8BIT=yes 30 DM_GFX_8BIT=yes
31 DM_GFX_32BIT=yes 31 DM_GFX_32BIT=yes
33 33
34 ### 34 ###
35 ### General build options for miniJSS 35 ### General build options for miniJSS
36 ### 36 ###
37 JSS=yes 37 JSS=yes
38
39 # Use floating point mixing
40 JSS_MIX_FP=no
41 38
42 # Build a special "light"/minimized version by removing all 39 # Build a special "light"/minimized version by removing all
43 # error messages and few other things. 40 # error messages and few other things.
44 JSS_LIGHT=no 41 JSS_LIGHT=no
45 42