Update Windows resource files (and add one for bitcoin-tx)

This commit is contained in:
Luke Dashjr
2015-05-02 15:30:38 +00:00
parent 18d2832678
commit cc24610fdb
5 changed files with 44 additions and 5 deletions

View File

@@ -347,6 +347,10 @@ bitcoin_tx_SOURCES = bitcoin-tx.cpp
bitcoin_tx_CPPFLAGS = $(BITCOIN_INCLUDES)
bitcoin_tx_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
if TARGET_WINDOWS
bitcoin_tx_SOURCES += bitcoin-tx-res.rc
endif
bitcoin_tx_LDADD = \
$(LIBBITCOIN_UNIVALUE) \
$(LIBBITCOIN_COMMON) \