From 675aa4aea4195c126b2ae4d34ddef14c17dc493b Mon Sep 17 00:00:00 2001 From: Tanguy Pruvot Date: Tue, 26 Aug 2014 07:12:37 +0200 Subject: [PATCH] vstudio: remove dependency to msvcp dll using the /MT code flag, binary is only 7K bigger and remove the requirement of a 500KB dll... --- ccminer.vcxproj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ccminer.vcxproj b/ccminer.vcxproj index e47c1a4..a6b5331 100644 --- a/ccminer.vcxproj +++ b/ccminer.vcxproj @@ -154,6 +154,7 @@ copy "$(CudaToolkitBinDir)\cudart64*.dll" "$(OutDir)" true WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;CURL_STATICLIB;SCRYPT_KECCAK512;SCRYPT_CHACHA;SCRYPT_CHOOSE_COMPILETIME;MAXWELL_OR_FERMI=1;%(PreprocessorDefinitions) .;compat;compat\jansson;compat\getopt;compat\pthreads;..\curl-7.29.0\include;..\OpenSSL-Win32\include;%(AdditionalIncludeDirectories);$(CudaToolkitIncludeDir) + MultiThreaded false @@ -196,6 +197,7 @@ copy "$(CudaToolkitBinDir)\cudart32*.dll" "$(OutDir)" true WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;CURL_STATICLIB;SCRYPT_KECCAK512;SCRYPT_CHACHA;SCRYPT_CHOOSE_COMPILETIME;MAXWELL_OR_FERMI=1;%(PreprocessorDefinitions) .;compat;compat\jansson;compat\getopt;compat\pthreads;..\curl-7.29.0_x64\include;..\OpenSSL-Win64\include;%(AdditionalIncludeDirectories);$(CudaToolkitIncludeDir) + MultiThreaded false @@ -554,4 +556,4 @@ copy "$(CudaToolkitBinDir)\cudart64*.dll" "$(OutDir)" - + \ No newline at end of file