# HG changeset patch # User Matti Hamalainen # Date 1348814966 -10800 # Node ID 5caa361f39724bebc6c58c0102e5c7f50104f1eb # Parent 686cfe0b7ee42bddad4226ab96d369f2bf0f8cb7 Joo. diff -r 686cfe0b7ee4 -r 5caa361f3972 Makefile --- a/Makefile Fri Sep 28 05:16:10 2012 +0300 +++ b/Makefile Fri Sep 28 09:49:26 2012 +0300 @@ -7,9 +7,9 @@ RANLIB=ranlib DMLIB = ./dmlib/ -BINPATH ?= +BINPATH ?= ./ OBJPATH ?= ./unix/ -EXEEXT ?= +EXEEXT ?= .bin BINARIES=krapula diff -r 686cfe0b7ee4 -r 5caa361f3972 config.mak --- a/config.mak Fri Sep 28 05:16:10 2012 +0300 +++ b/config.mak Fri Sep 28 09:49:26 2012 +0300 @@ -10,7 +10,7 @@ DM_USE_C=yes # Use MMX/SSE SIMD assembler routines? -DM_USE_SIMD=no +DM_USE_SIMD=yes DMRES_PACKFS=yes