From 52091066be15a86a38c4db182338808f9316c35a Mon Sep 17 00:00:00 2001 From: Chun Kuan Lee Date: Tue, 2 Oct 2018 23:40:52 +0800 Subject: msvc: build secp256k1 locally --- build_msvc/libbitcoinconsensus/libbitcoinconsensus.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'build_msvc/libbitcoinconsensus') diff --git a/build_msvc/libbitcoinconsensus/libbitcoinconsensus.vcxproj b/build_msvc/libbitcoinconsensus/libbitcoinconsensus.vcxproj index 2c6c0a8b7c..961225f9ba 100644 --- a/build_msvc/libbitcoinconsensus/libbitcoinconsensus.vcxproj +++ b/build_msvc/libbitcoinconsensus/libbitcoinconsensus.vcxproj @@ -126,7 +126,7 @@ Disabled WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) false - ..\..\src; + ..\..\src;..\..\src\secp256k1\include; Sync false MultiThreadedDebug @@ -143,7 +143,7 @@ Disabled WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) false - ..\..\src; + ..\..\src;..\..\src\secp256k1\include; Sync false MultiThreadedDebug @@ -162,7 +162,7 @@ true WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) false - ..\..\src; + ..\..\src;..\..\src\secp256k1\include; Sync false MultiThreaded @@ -183,7 +183,7 @@ true WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) false - ..\..\src; + ..\..\src;..\..\src\secp256k1\include; Sync false MultiThreaded -- cgit v1.2.3