Move from noui.h / ui.h to one ui_interface.h with dummy implementation for the daemon.

This commit is contained in:
Wladimir J. van der Laan
2012-04-04 13:19:30 +02:00
parent 5a60b66a9d
commit 5cccb13dad
10 changed files with 63 additions and 92 deletions

View File

@@ -59,7 +59,8 @@ OBJS= \
obj/rpcdump.o \
obj/script.o \
obj/util.o \
obj/wallet.o
obj/wallet.o \
obj/noui.o
all: bitcoind.exe