Makefiles refactoring
authorMASM fan <masmfan@gmail.com>
Fri, 7 Nov 2014 18:04:12 +0000 (22:04 +0400)
committerMASM fan <masmfan@gmail.com>
Fri, 7 Nov 2014 18:04:12 +0000 (22:04 +0400)
commitf33f1bcdfb992637d0805b5c3cf3dda7a1bd9e7a
treeebc4633984db5ac934e135a7cee976f2547d322c
parent142b64825ad053b16a7c10a3a20ef53faa8dfb09
Makefiles refactoring

* move generic implementation of scrypt_core to scrypt-generic.c
* add USE_ASM option
novacoin-qt.pro
src/makefile.bsd
src/makefile.linux-mingw
src/makefile.mingw
src/makefile.osx
src/makefile.unix
src/scrypt-arm.S
src/scrypt-generic.c [new file with mode: 0644]
src/scrypt-x86.S
src/scrypt-x86_64.S
src/scrypt.cpp