comparison config.mak.in @ 859:55a3d6db20ac

Oops, "DM_USE_C" was missing here.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 22 Nov 2014 18:45:12 +0200
parents 9a7323271347
children a25b6da1c4a8
comparison
equal deleted inserted replaced
858:e7019bd83cca 859:55a3d6db20ac
15 DM_BUILD_EDITOR=yes 15 DM_BUILD_EDITOR=yes
16 16
17 # Build with runtime asserts? 17 # Build with runtime asserts?
18 DM_USE_ASSERTS=yes 18 DM_USE_ASSERTS=yes
19 19
20 # Use MMX/SSE SIMD assembler routines? 20 # Include plain C routines?
21 DM_USE_C=yes
22
23 # Include/use MMX/SSE SIMD assembler routines?
21 DM_USE_SIMD=yes 24 DM_USE_SIMD=yes
22 25
23 26
24 DM_USE_PACKFS=yes 27 DM_USE_PACKFS=yes
25 DM_USE_STDIO=yes 28 DM_USE_STDIO=yes