From 6091ec3078aa9c78392762dda83877e289b05a94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Al=CE=B9A=D1=95=D1=95a=D1=95=D1=95=CE=B9N?= Date: Sun, 17 Apr 2016 17:25:54 +0430 Subject: [PATCH] Using static version of the run-time library Using static version of the run-time library, really better when compiling with VS2015. --- sscanf.vcxproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sscanf.vcxproj b/sscanf.vcxproj index e1f7b27..3ea6c5f 100644 --- a/sscanf.vcxproj +++ b/sscanf.vcxproj @@ -54,7 +54,7 @@ true true EnableFastChecks - MultiThreadedDebugDLL + MultiThreadedDebug Level3 @@ -80,7 +80,7 @@ true WIN32;NDEBUG;_WINDOWS;_USRDLL;SSCANF_EXPORTS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions) false - MultiThreadedDLL + MultiThreaded Strict false @@ -136,4 +136,4 @@ - \ No newline at end of file +