From f77e86a235b228f456452f945287d7620bd683a4 Mon Sep 17 00:00:00 2001 From: Joshua Bowman Date: Tue, 23 Oct 2012 13:12:25 -0700 Subject: Fix MSVC linker warnings Specify the correct debug runtime libraries for the test and demo executables to prevent mismatch warnings with the default runtime. Signed-off-by: Ralph Giles --- silk/fixed/silk_fixed.vcxproj | 3 +++ 1 file changed, 3 insertions(+) (limited to 'silk/fixed') diff --git a/silk/fixed/silk_fixed.vcxproj b/silk/fixed/silk_fixed.vcxproj index 55c76c24..5c94b30c 100644 --- a/silk/fixed/silk_fixed.vcxproj +++ b/silk/fixed/silk_fixed.vcxproj @@ -75,6 +75,7 @@ Disabled HAVE_CONFIG_H;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) ../;../../win32;../../celt;../../include + MultiThreadedDebug Windows @@ -92,6 +93,7 @@ Disabled HAVE_CONFIG_H;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) ../;../../win32;../../celt;../../include + MultiThreadedDebug Windows @@ -132,6 +134,7 @@ true HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) ../;../../win32;../../celt;../../include + MultiThreaded Windows -- cgit v1.2.3