Fix build: put back rules to build cryptopp files

This commit is contained in:
Gavin Andresen
2011-09-26 11:15:01 -04:00
parent 565c4771b6
commit 81cadd74d2
4 changed files with 9 additions and 0 deletions

View File

@@ -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 $@ $<