[xiph-commits] r18734 - trunk/ogg/win32/VS2010
giles at svn.xiph.org
giles at svn.xiph.org
Fri Dec 7 12:37:02 PST 2012
Author: giles
Date: 2012-12-07 12:37:02 -0800 (Fri, 07 Dec 2012)
New Revision: 18734
Modified:
trunk/ogg/win32/VS2010/libogg_static.vcxproj
Log:
Switch the VS2010 static project to use the non-dll runtime library.
This matches what we've been doing with the opus msvc builds,
but presumedly breaks the corresponding vorbis-tools projects.
Those should be updated as well.
Modified: trunk/ogg/win32/VS2010/libogg_static.vcxproj
===================================================================
--- trunk/ogg/win32/VS2010/libogg_static.vcxproj 2012-12-06 22:53:52 UTC (rev 18733)
+++ trunk/ogg/win32/VS2010/libogg_static.vcxproj 2012-12-07 20:37:02 UTC (rev 18734)
@@ -76,7 +76,7 @@
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
- <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level4</WarningLevel>
@@ -95,7 +95,7 @@
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
- <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level4</WarningLevel>
@@ -115,7 +115,7 @@
<StringPooling>true</StringPooling>
<ExceptionHandling>
</ExceptionHandling>
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<BufferSecurityCheck>false</BufferSecurityCheck>
<PrecompiledHeader>
</PrecompiledHeader>
@@ -141,7 +141,7 @@
<StringPooling>true</StringPooling>
<ExceptionHandling>
</ExceptionHandling>
- <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
+ <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<BufferSecurityCheck>false</BufferSecurityCheck>
<PrecompiledHeader>
</PrecompiledHeader>
@@ -167,4 +167,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project>
\ No newline at end of file
+</Project>
More information about the commits
mailing list