From 8ad1d91c4f91c815fbf63a74241121543fcfae91 Mon Sep 17 00:00:00 2001 From: troky Date: Mon, 16 Jun 2014 10:30:16 +0200 Subject: [PATCH] Fixed MSVS project bug introduced in d83d7bd386 --- winbuild/sgminer.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/winbuild/sgminer.vcxproj b/winbuild/sgminer.vcxproj index c3fae571..9d3fb6bc 100644 --- a/winbuild/sgminer.vcxproj +++ b/winbuild/sgminer.vcxproj @@ -106,7 +106,7 @@ true - MSVCRT;LIBCMT + LIBCMT @@ -148,7 +148,7 @@ true - MSVCRT;LIBCMT + LIBCMT @@ -189,7 +189,7 @@ false $(ProjectDir)dist\lib\x86 %(AdditionalDependencies) - MSVCRT;LIBCMT + LIBCMT @@ -233,7 +233,7 @@ false $(ProjectDir)dist\lib\x64 %(AdditionalDependencies) - MSVCRT;LIBCMT + LIBCMT