Skip to content

Commit

Permalink
More cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gruve-p committed Oct 30, 2023
1 parent 4acaab5 commit 1b855f0
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 73 deletions.
12 changes: 11 additions & 1 deletion src/grs-config.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#define UCFG_DEFINE_NDEBUG 0

// Check if this can be removed
#define BUILD_DESC "v25.0.0"
#define BUILD_DESC "v26.0.0"

#if defined(_MSC_VER) && !defined(RC_COMPILER)
# include <vc-inc.h>
Expand Down Expand Up @@ -34,3 +34,13 @@
#define HAVE_WORKING_BOOST_SLEEP_FOR 1

#define BOOST_ASIO_ERROR_CATEGORY_NOEXCEPT noexcept

#define QT_STATIC
#define MINIUPNP_STATICLIB

#define ENABLE_WALLET
#define USE_QRCODE
#define USE_UPNP 1

#define ENABLE_ZMQ 1
#define ZMQ_STATIC
2 changes: 0 additions & 2 deletions src/qt/stdafx.cpp

This file was deleted.

53 changes: 0 additions & 53 deletions src/qt/stdafx.h

This file was deleted.

1 change: 0 additions & 1 deletion src/stdafx.cpp

This file was deleted.

16 changes: 0 additions & 16 deletions src/stdafx.h

This file was deleted.

0 comments on commit 1b855f0

Please sign in to comment.