Fix build: put back rules to build cryptopp files
This commit is contained in:
@@ -78,6 +78,8 @@ OBJS= \
|
||||
|
||||
all: bitcoind.exe
|
||||
|
||||
cryptopp/obj/%.o: cryptopp/%.cpp
|
||||
i586-mingw32msvc-g++ -c $(CFLAGS) -O3 -DCRYPTOPP_DISABLE_ASM -o $@ $<
|
||||
|
||||
obj/nogui/%.o: %.cpp $(HEADERS)
|
||||
i586-mingw32msvc-g++ -c $(CFLAGS) -o $@ $<
|
||||
|
||||
Reference in New Issue
Block a user