X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fmakefile.mingw;h=35f80ab68ee59df3a24aa15b4b295244701598a1;hb=6e9bdffe9ddcda32a6c0431cacdd27d5daf33ce3;hp=6a808b0f5be6d88a1d594bd1bc57481ab0a03037;hpb=fe25370cb1bcb07a894fc1a020cbf99e8bb07434;p=novacoin.git diff --git a/src/makefile.mingw b/src/makefile.mingw index 6a808b0..35f80ab 100644 --- a/src/makefile.mingw +++ b/src/makefile.mingw @@ -39,7 +39,7 @@ ifneq (${USE_UPNP}, -) INCLUDEPATHS += -I"C:\miniupnpc-1.6-mgw" LIBPATHS += -L"C:\miniupnpc-1.6-mgw" LIBS += -l miniupnpc -l iphlpapi - DEFS += -DSTATICLIB -DUSE_UPNP=$(USE_UPNP) + DEFS += -DSTATICLIB -DUSE_UPNP=$(USE_UPNP) -DMINIUPNP_STATICLIB endif ifneq (${USE_IPV6}, -) @@ -66,6 +66,7 @@ OBJS= \ obj/main.o \ obj/miner.o \ obj/net.o \ + obj/stun.o \ obj/protocol.o \ obj/bitcoinrpc.o \ obj/rpcdump.o \ @@ -102,7 +103,7 @@ OBJS += obj/txdb-bdb.o endif ifdef USE_ASM -OBJS += obj/scrypt-arm.o obj/scrypt-x86.o obj/scrypt-x86_64.o +OBJS += obj/scrypt-x86.o obj/scrypt-x86_64.o obj/scrypt-x86.o: scrypt-x86.S $(CXX) -c $(xCXXFLAGS) -MMD -o $@ $<