diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-05-19 09:35:26 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-05-20 10:44:50 +0200 |
commit | 239c11d0dd4287e74286c40fb338aea85f4b1996 (patch) | |
tree | 4ad01e70d94768977f25a0129255ec3c84635f2e /src/makefile.mingw | |
parent | 0832c0d1669a3504b7ec21d583aecc79f84e8506 (diff) |
Make testcases build, prevent windows symbol collision
Diffstat (limited to 'src/makefile.mingw')
-rw-r--r-- | src/makefile.mingw | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/makefile.mingw b/src/makefile.mingw index fdd4f4635d..47bf8d5304 100644 --- a/src/makefile.mingw +++ b/src/makefile.mingw @@ -61,7 +61,8 @@ OBJS= \ obj/sync.o \ obj/util.o \ obj/wallet.o \ - obj/walletdb.o + obj/walletdb.o \ + obj/noui.o all: bitcoind.exe |