From 5581339d5b111ad67b3f094c994e6de03ff51fd7 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 4 Mar 2014 11:16:39 -0800 Subject: Build with /MT on Windows so we can stop having to install a redistributable... makes installer less noisy but unfortunately makes binary bigger. Oh well. --- windows/ZeroTierOne/ZeroTierOne.vcxproj | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/windows/ZeroTierOne/ZeroTierOne.vcxproj b/windows/ZeroTierOne/ZeroTierOne.vcxproj index 49ac8721..be2121aa 100644 --- a/windows/ZeroTierOne/ZeroTierOne.vcxproj +++ b/windows/ZeroTierOne/ZeroTierOne.vcxproj @@ -211,6 +211,9 @@ true $(SolutionDir)\ext\bin\libcrypto\include ZT_OFFICIAL_RELEASE;ZT_AUTO_UPDATE;%(PreprocessorDefinitions) + MultiThreaded + StreamingSIMDExtensions2 + true true @@ -229,6 +232,9 @@ true $(SolutionDir)\ext\bin\libcrypto\include ZT_OFFICIAL_RELEASE;ZT_AUTO_UPDATE;%(PreprocessorDefinitions) + MultiThreaded + StreamingSIMDExtensions2 + true true -- cgit v1.2.3