From d53d591230406f6618b7f0adba27bbdce72f0d35 Mon Sep 17 00:00:00 2001 From: Aaron Clauson Date: Thu, 29 Aug 2019 06:22:06 +0200 Subject: [PATCH] Added the bench_bitcoin project to the list automatically produced by the msvc-autogen python script. --- ...tcoin.vcxproj => bench_bitcoin.vcxproj.in} | 22 +------------------ build_msvc/msvc-autogen.py | 1 + 2 files changed, 2 insertions(+), 21 deletions(-) rename build_msvc/bench_bitcoin/{bench_bitcoin.vcxproj => bench_bitcoin.vcxproj.in} (70%) diff --git a/build_msvc/bench_bitcoin/bench_bitcoin.vcxproj b/build_msvc/bench_bitcoin/bench_bitcoin.vcxproj.in similarity index 70% rename from build_msvc/bench_bitcoin/bench_bitcoin.vcxproj rename to build_msvc/bench_bitcoin/bench_bitcoin.vcxproj.in index e64614c09..56401d761 100644 --- a/build_msvc/bench_bitcoin/bench_bitcoin.vcxproj +++ b/build_msvc/bench_bitcoin/bench_bitcoin.vcxproj.in @@ -9,27 +9,7 @@ $(SolutionDir)$(Platform)\$(Configuration)\ - - - - - - - - - - - - - - - - - - - - - +@SOURCE_FILES@ diff --git a/build_msvc/msvc-autogen.py b/build_msvc/msvc-autogen.py index b612467bf..5ddda3c03 100644 --- a/build_msvc/msvc-autogen.py +++ b/build_msvc/msvc-autogen.py @@ -17,6 +17,7 @@ libs = [ 'libbitcoin_wallet_tool', 'libbitcoin_wallet', 'libbitcoin_zmq', + 'bench_bitcoin', ] ignore_list = [