Skip to content

Commit

Permalink
build: solve win compile errors, done
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackcoinDev committed Jan 28, 2024
1 parent 6246907 commit 23992e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ define(_CLIENT_VERSION_IS_RELEASE, false)
define(_COPYRIGHT_YEAR, 2024)
define(_COPYRIGHT_HOLDERS,[The %s developers])
define(_COPYRIGHT_HOLDERS_SUBSTITUTION,[[Blackcoin More]])
AC_INIT([Blackcoin More],m4_join([.], _CLIENT_VERSION_MAJOR, _CLIENT_VERSION_MINOR, _CLIENT_VERSION_BUILD)m4_if(_CLIENT_VERSION_RC, [0], [], [rc]_CLIENT_VERSION_RC),[https://github.com/CoinBlack/blackcoin-more/issues],[blackcoin-more],[https://blackcoinmore.org/])
AC_INIT([Blackcoin More],m4_join([.], _CLIENT_VERSION_MAJOR, _CLIENT_VERSION_MINOR, _CLIENT_VERSION_BUILD)m4_if(_CLIENT_VERSION_RC, [0], [], [rc]_CLIENT_VERSION_RC),[https://github.com/CoinBlack/blackcoin-more/issues],[blackcoin],[https://blackcoinmore.org/])
AC_CONFIG_SRCDIR([src/validation.cpp])
AC_CONFIG_HEADERS([src/config/bitcoin-config.h])
AC_CONFIG_AUX_DIR([build-aux])
Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.qt.include
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ qt_blackmore_qt_CPPFLAGS = $(blackmore_qt_cppflags)
qt_blackmore_qt_CXXFLAGS = $(blackmore_qt_cxxflags)
qt_blackmore_qt_SOURCES = $(blackmore_qt_sources) init/bitcoin-qt.cpp
qt_blackmore_qt_LDADD = $(blackmore_qt_ldadd)
qt_blackmore_qt_LDFLAGS = $(blackmore_qt_ldadd)
qt_blackmore_qt_LDFLAGS = $(blackmore_qt_ldflags)
qt_blackmore_qt_LIBTOOLFLAGS = $(blackmore_qt_libtoolflags)

blackmore_gui_CPPFLAGS = $(blackmore_qt_cppflags)
Expand Down

0 comments on commit 23992e2

Please sign in to comment.