summaryrefslogtreecommitdiff
path: root/tests/test_opus_api.vcxproj
diff options
context:
space:
mode:
authorJoshua Bowman <silverbacknet@gmail.com>2012-10-23 13:12:25 -0700
committerRalph Giles <giles@mozilla.com>2012-10-23 13:12:25 -0700
commitf77e86a235b228f456452f945287d7620bd683a4 (patch)
treea329d4e1ace48f6769f75e0975dc6870a03808d9 /tests/test_opus_api.vcxproj
parent662ae9bb1800fe5d700b7a8730b6cc501cc4d48c (diff)
downloadopus-f77e86a235b228f456452f945287d7620bd683a4.tar.gz
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 <giles@mozilla.com>
Diffstat (limited to 'tests/test_opus_api.vcxproj')
-rw-r--r--tests/test_opus_api.vcxproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_opus_api.vcxproj b/tests/test_opus_api.vcxproj
index 30ced576..ca4bcc78 100644
--- a/tests/test_opus_api.vcxproj
+++ b/tests/test_opus_api.vcxproj
@@ -54,6 +54,7 @@
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>../silk;../celt;../win32;../include;</AdditionalIncludeDirectories>
+ <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
</ClCompile>
<Link>
<SubSystem>Console</SubSystem>