X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fmakefile.linux-mingw;h=580f92e8ec9156cfe7b5aded94f6a93b84a9839f;hb=7b4cc85e8ad9011daf1da769cb1426e803a1518d;hp=5175466e59185aa5177b5e484d4602374b8f6356;hpb=a0e4298351762af60981392cf78f15b0c0e25330;p=novacoin.git diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw index 5175466..580f92e 100644 --- a/src/makefile.linux-mingw +++ b/src/makefile.linux-mingw @@ -140,6 +140,13 @@ obj/scrypt-generic.o: scrypt-generic.c $(CC) -c $(xCXXFLAGS) -MMD -o $@ $< endif +ifeq (${USE_SSE2}, 1) + DEFS += -DUSE_SSE2 + OBJS += obj/scrypt-sse2.o +obj/scrypt-sse2.o: scrypt-sse2.cpp $(HEADERS) + $(CCX) -c $(CFLAGS) -MMD -o $@ $< +endif + obj/build.h: FORCE /bin/sh ../share/genbuild.sh obj/build.h version.cpp: obj/build.h