Refactor parity functions
- get rid of __asm function in crapto1.h, use gcc builtin function instead - make parity functions available in common directory
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
VPATH = ../../common/crapto1 ../../client
|
||||
VPATH = ../../common ../../common/crapto1 ../../client
|
||||
CC = gcc
|
||||
LD = gcc
|
||||
CFLAGS = -I../../common -I../../client -Wall -O4
|
||||
LDFLAGS =
|
||||
|
||||
OBJS = crypto1.o crapto1.o util.o mfkey.o
|
||||
OBJS = crypto1.o crapto1.o parity.o util.o mfkey.o
|
||||
EXES = mfkey32 mfkey64
|
||||
WINEXES = $(patsubst %, %.exe, $(EXES))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user