rename bitcoin-res.rc to bitcoind-res.rc
- helps recognizing that the resource file belongs to bitcoind.exe
This commit is contained in:
parent
19e5ae7369
commit
cbf87fc4a6
2 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ bitcoind_SOURCES = bitcoind.cpp
|
|||
#
|
||||
|
||||
if TARGET_WINDOWS
|
||||
bitcoind_SOURCES += bitcoin-res.rc
|
||||
bitcoind_SOURCES += bitcoind-res.rc
|
||||
endif
|
||||
|
||||
AM_CPPFLAGS += $(BDB_CPPFLAGS)
|
||||
|
|
Loading…
Reference in a new issue