aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.linux-mingw
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2011-09-26 11:15:01 -0400
committerGavin Andresen <[email protected]>2011-09-26 11:15:01 -0400
commit81cadd74d28ce26d5fc726807eb24f06cf8dd768 (patch)
tree2817cb291b12985c58076cca56ca37ec5dcd8c89 /src/makefile.linux-mingw
parentRemove wxWidgets (diff)
downloaddiscoin-81cadd74d28ce26d5fc726807eb24f06cf8dd768.tar.xz
discoin-81cadd74d28ce26d5fc726807eb24f06cf8dd768.zip
Fix build: put back rules to build cryptopp files
Diffstat (limited to 'src/makefile.linux-mingw')
-rw-r--r--src/makefile.linux-mingw2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw
index 9c3c23558..8b3df66d9 100644
--- a/src/makefile.linux-mingw
+++ b/src/makefile.linux-mingw
@@ -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 $@ $<