From 6962c66b4a9657fd2a6fcca8e9a31beb90d13924 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Fri, 1 Mar 2024 23:10:09 +0000 Subject: [PATCH] build, msvc: Do not compile redundant sources The `test\util\setup_common.cpp` and `wallet\test\util.cpp` sources are already compiled and included in the `libtest_util` library, which is linked to the `test_bitcoin-qt.exe` binary. This change follows the same logic as `Makefile.qttest.include`. --- build_msvc/test_bitcoin-qt/test_bitcoin-qt.vcxproj | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/build_msvc/test_bitcoin-qt/test_bitcoin-qt.vcxproj b/build_msvc/test_bitcoin-qt/test_bitcoin-qt.vcxproj index c5a32a9711f..7b4b73ca21e 100644 --- a/build_msvc/test_bitcoin-qt/test_bitcoin-qt.vcxproj +++ b/build_msvc/test_bitcoin-qt/test_bitcoin-qt.vcxproj @@ -9,19 +9,13 @@ - - - $(IntDir)wallet_test_util.obj - - - $(IntDir)qt_test_util.obj - +