From 0874a109da5463699199cf732b974635b97643dd Mon Sep 17 00:00:00 2001 From: Aaron Clauson Date: Thu, 9 Jan 2020 09:19:36 +0000 Subject: Ignore msvc linker warning and update to msvc build instructions. - Update Visual Studio instructions. - Remove x64 platform conditional from bitcoin-qt project configuration. - Set use native environment toolset to fix linker warning. - Ignore linker warning about precompiled type information missing for test_bitcoin_qt. --- build_msvc/common.init.vcxproj | 1 + 1 file changed, 1 insertion(+) (limited to 'build_msvc/common.init.vcxproj') diff --git a/build_msvc/common.init.vcxproj b/build_msvc/common.init.vcxproj index 583cd9f88c..722a8647bd 100644 --- a/build_msvc/common.init.vcxproj +++ b/build_msvc/common.init.vcxproj @@ -6,6 +6,7 @@ 16.0 x86-windows-static x64-windows-static + true -- cgit v1.2.3