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/libsecp256k1/libsecp256k1.vcxproj | 157 +++++++++++++++++++++++++++ 1 file changed, 157 insertions(+) create mode 100644 build_msvc/libsecp256k1/libsecp256k1.vcxproj (limited to 'build_msvc/libsecp256k1') diff --git a/build_msvc/libsecp256k1/libsecp256k1.vcxproj b/build_msvc/libsecp256k1/libsecp256k1.vcxproj new file mode 100644 index 0000000000..699c7d6871 --- /dev/null +++ b/build_msvc/libsecp256k1/libsecp256k1.vcxproj @@ -0,0 +1,157 @@ + + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + + + + 15.0 + {BB493552-3B8C-4A8C-BF69-A6E7A51D2EA6} + Win32Proj + libunivalue + + + + StaticLibrary + true + v141 + Unicode + + + StaticLibrary + false + v141 + true + Unicode + + + StaticLibrary + true + v141 + Unicode + + + StaticLibrary + false + v141 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + + + true + + + false + + + false + + + + NotUsing + Level3 + Disabled + ENABLE_MODULE_ECDH;ENABLE_MODULE_RECOVERY;HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + ..\..\src\secp256k1; + MultiThreadedDebug + + + Console + true + + + + + NotUsing + Level3 + Disabled + ENABLE_MODULE_ECDH;ENABLE_MODULE_RECOVERY;HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + ..\..\src\secp256k1; + MultiThreadedDebug + + + Console + true + + + + + NotUsing + Level3 + MaxSpeed + true + true + ENABLE_MODULE_ECDH;ENABLE_MODULE_RECOVERY;HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + ..\..\src\secp256k1; + MultiThreaded + + + Console + true + true + true + + + + + NotUsing + Level3 + MaxSpeed + true + true + ENABLE_MODULE_ECDH;ENABLE_MODULE_RECOVERY;HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + ..\..\src\secp256k1; + MultiThreaded + + + Console + true + true + true + + + + -- cgit v1.2.3