From 995b015610e2c25cc21dcaa7a5202a56e82bfe20 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Fri, 7 Dec 2012 20:37:02 +0000 Subject: 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. git-svn-id: http://svn.xiph.org/trunk/ogg@18734 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- win32/VS2010/libogg_static.vcxproj | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'win32') diff --git a/win32/VS2010/libogg_static.vcxproj b/win32/VS2010/libogg_static.vcxproj index 59f25ca..b67fcd2 100644 --- a/win32/VS2010/libogg_static.vcxproj +++ b/win32/VS2010/libogg_static.vcxproj @@ -76,7 +76,7 @@ WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebugDLL + MultiThreadedDebug Level4 @@ -95,7 +95,7 @@ WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebugDLL + MultiThreadedDebug Level4 @@ -115,7 +115,7 @@ true - MultiThreadedDLL + MultiThreaded false @@ -141,7 +141,7 @@ true - MultiThreadedDLL + MultiThreaded false @@ -167,4 +167,4 @@ - \ No newline at end of file + -- cgit v1.2.1