diff --git a/mk/msvcgen/projectx7.tlib b/mk/msvcgen/projectx7.tlib index f32925f19..30c15eba8 100644 --- a/mk/msvcgen/projectx7.tlib +++ b/mk/msvcgen/projectx7.tlib @@ -70,7 +70,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" [% END %] @@ -79,7 +79,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" [% END %] [% MACRO linker_release BLOCK -%] diff --git a/msvc/7/appCcdPhysicsDemo.vcproj b/msvc/7/appCcdPhysicsDemo.vcproj index a36fd4920..397abbea2 100644 --- a/msvc/7/appCcdPhysicsDemo.vcproj +++ b/msvc/7/appCcdPhysicsDemo.vcproj @@ -25,7 +25,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32" @@ -102,7 +102,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/7/appColladaDemo.vcproj b/msvc/7/appColladaDemo.vcproj index 003560eff..5084351f7 100644 --- a/msvc/7/appColladaDemo.vcproj +++ b/msvc/7/appColladaDemo.vcproj @@ -25,7 +25,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32" @@ -102,7 +102,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/7/appCollisionDemo.vcproj b/msvc/7/appCollisionDemo.vcproj index 449a1fa37..7450584e4 100644 --- a/msvc/7/appCollisionDemo.vcproj +++ b/msvc/7/appCollisionDemo.vcproj @@ -25,7 +25,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32" @@ -102,7 +102,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/7/appCollisionInterfaceDemo.vcproj b/msvc/7/appCollisionInterfaceDemo.vcproj index 5466c41b1..37b18d58c 100644 --- a/msvc/7/appCollisionInterfaceDemo.vcproj +++ b/msvc/7/appCollisionInterfaceDemo.vcproj @@ -25,7 +25,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32" @@ -102,7 +102,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/7/appConcaveDemo.vcproj b/msvc/7/appConcaveDemo.vcproj index 0b1de2039..07b88d99b 100644 --- a/msvc/7/appConcaveDemo.vcproj +++ b/msvc/7/appConcaveDemo.vcproj @@ -25,7 +25,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32" @@ -102,7 +102,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/7/appConstraintDemo.vcproj b/msvc/7/appConstraintDemo.vcproj index 5388890ad..99a56a906 100644 --- a/msvc/7/appConstraintDemo.vcproj +++ b/msvc/7/appConstraintDemo.vcproj @@ -25,7 +25,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32" @@ -102,7 +102,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/7/appContinuousConvexCollision.vcproj b/msvc/7/appContinuousConvexCollision.vcproj index d19f08853..f0fa1074a 100644 --- a/msvc/7/appContinuousConvexCollision.vcproj +++ b/msvc/7/appContinuousConvexCollision.vcproj @@ -25,7 +25,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32" @@ -102,7 +102,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/7/appConvexDecompositionDemo.vcproj b/msvc/7/appConvexDecompositionDemo.vcproj index feb72bc9b..e0db27fcb 100644 --- a/msvc/7/appConvexDecompositionDemo.vcproj +++ b/msvc/7/appConvexDecompositionDemo.vcproj @@ -25,7 +25,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32" @@ -102,7 +102,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/7/appEPAPenDepthDemo.vcproj b/msvc/7/appEPAPenDepthDemo.vcproj index 63cea9cb7..ba447f626 100644 --- a/msvc/7/appEPAPenDepthDemo.vcproj +++ b/msvc/7/appEPAPenDepthDemo.vcproj @@ -25,7 +25,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32" @@ -102,7 +102,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/7/appGjkConvexCastDemo.vcproj b/msvc/7/appGjkConvexCastDemo.vcproj index 90a8cea90..9c243b1c0 100644 --- a/msvc/7/appGjkConvexCastDemo.vcproj +++ b/msvc/7/appGjkConvexCastDemo.vcproj @@ -25,7 +25,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32" @@ -102,7 +102,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/7/appRaytracer.vcproj b/msvc/7/appRaytracer.vcproj index 47a1a44a6..d561eaa60 100644 --- a/msvc/7/appRaytracer.vcproj +++ b/msvc/7/appRaytracer.vcproj @@ -25,7 +25,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32" @@ -102,7 +102,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/7/appSimplexDemo.vcproj b/msvc/7/appSimplexDemo.vcproj index d895bca98..2e3e81a31 100644 --- a/msvc/7/appSimplexDemo.vcproj +++ b/msvc/7/appSimplexDemo.vcproj @@ -25,7 +25,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32" @@ -102,7 +102,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/7/grpall_bullet.vcproj b/msvc/7/grpall_bullet.vcproj index 53313d29e..219e37b35 100644 --- a/msvc/7/grpall_bullet.vcproj +++ b/msvc/7/grpall_bullet.vcproj @@ -23,7 +23,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;WIN32" @@ -98,7 +98,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/7/grpapps_bullet.vcproj b/msvc/7/grpapps_bullet.vcproj index 6dfa49517..c9662221c 100644 --- a/msvc/7/grpapps_bullet.vcproj +++ b/msvc/7/grpapps_bullet.vcproj @@ -23,7 +23,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;WIN32" @@ -98,7 +98,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/7/grplibs_bullet.vcproj b/msvc/7/grplibs_bullet.vcproj index 1e233ca0d..d200f8f12 100644 --- a/msvc/7/grplibs_bullet.vcproj +++ b/msvc/7/grplibs_bullet.vcproj @@ -23,7 +23,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;WIN32" @@ -98,7 +98,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/7/libbullet.vcproj b/msvc/7/libbullet.vcproj index b1e2c43c4..c3779889a 100644 --- a/msvc/7/libbullet.vcproj +++ b/msvc/7/libbullet.vcproj @@ -23,7 +23,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_LIB;_WINDOWS;WIN32" @@ -98,7 +98,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_LIB;_WINDOWS;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/7/libbulletccdphysics.vcproj b/msvc/7/libbulletccdphysics.vcproj index 205f6a320..eb70dc381 100644 --- a/msvc/7/libbulletccdphysics.vcproj +++ b/msvc/7/libbulletccdphysics.vcproj @@ -23,7 +23,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_LIB;_WINDOWS;WIN32" @@ -98,7 +98,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_LIB;_WINDOWS;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/7/libbulletdynamics.vcproj b/msvc/7/libbulletdynamics.vcproj index ba4b0ac2d..9a22d5761 100644 --- a/msvc/7/libbulletdynamics.vcproj +++ b/msvc/7/libbulletdynamics.vcproj @@ -23,7 +23,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_LIB;_WINDOWS;WIN32" @@ -98,7 +98,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_LIB;_WINDOWS;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/7/libbulletmath.vcproj b/msvc/7/libbulletmath.vcproj index 493af4390..1eac068a1 100644 --- a/msvc/7/libbulletmath.vcproj +++ b/msvc/7/libbulletmath.vcproj @@ -23,7 +23,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_LIB;_WINDOWS;WIN32" @@ -98,7 +98,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_LIB;_WINDOWS;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/7/libbulletopenglsupport.vcproj b/msvc/7/libbulletopenglsupport.vcproj index be51f0465..b698fb5fe 100644 --- a/msvc/7/libbulletopenglsupport.vcproj +++ b/msvc/7/libbulletopenglsupport.vcproj @@ -23,7 +23,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_LIB;_WINDOWS;WIN32" @@ -98,7 +98,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_LIB;_WINDOWS;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/7/libbulletphysicsinterfacecommon.vcproj b/msvc/7/libbulletphysicsinterfacecommon.vcproj index 42b2a1092..371a73d74 100644 --- a/msvc/7/libbulletphysicsinterfacecommon.vcproj +++ b/msvc/7/libbulletphysicsinterfacecommon.vcproj @@ -23,7 +23,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_LIB;_WINDOWS;WIN32" @@ -98,7 +98,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_LIB;_WINDOWS;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/7/libcollada-dom.vcproj b/msvc/7/libcollada-dom.vcproj index 974a7b224..b963e72ba 100644 --- a/msvc/7/libcollada-dom.vcproj +++ b/msvc/7/libcollada-dom.vcproj @@ -23,7 +23,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_LIB;_WINDOWS;WIN32" @@ -98,7 +98,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_LIB;_WINDOWS;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/7/libconvexdecomposition.vcproj b/msvc/7/libconvexdecomposition.vcproj index 88d927323..033e7eb59 100644 --- a/msvc/7/libconvexdecomposition.vcproj +++ b/msvc/7/libconvexdecomposition.vcproj @@ -23,7 +23,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_LIB;_WINDOWS;WIN32" @@ -98,7 +98,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_LIB;_WINDOWS;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/7/liblibxml.vcproj b/msvc/7/liblibxml.vcproj index f05f77426..612e2da5b 100644 --- a/msvc/7/liblibxml.vcproj +++ b/msvc/7/liblibxml.vcproj @@ -23,7 +23,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_LIB;_WINDOWS;WIN32" @@ -98,7 +98,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_LIB;_WINDOWS;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/71/appCcdPhysicsDemo.vcproj b/msvc/71/appCcdPhysicsDemo.vcproj index 599a9c7ef..bad730dd9 100644 --- a/msvc/71/appCcdPhysicsDemo.vcproj +++ b/msvc/71/appCcdPhysicsDemo.vcproj @@ -25,7 +25,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32" @@ -102,7 +102,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/71/appColladaDemo.vcproj b/msvc/71/appColladaDemo.vcproj index 4866291e8..4ba314941 100644 --- a/msvc/71/appColladaDemo.vcproj +++ b/msvc/71/appColladaDemo.vcproj @@ -25,7 +25,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32" @@ -102,7 +102,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/71/appCollisionDemo.vcproj b/msvc/71/appCollisionDemo.vcproj index cebfba9d5..2c4862e44 100644 --- a/msvc/71/appCollisionDemo.vcproj +++ b/msvc/71/appCollisionDemo.vcproj @@ -25,7 +25,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32" @@ -102,7 +102,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/71/appCollisionInterfaceDemo.vcproj b/msvc/71/appCollisionInterfaceDemo.vcproj index 4f0118976..76eb3dae2 100644 --- a/msvc/71/appCollisionInterfaceDemo.vcproj +++ b/msvc/71/appCollisionInterfaceDemo.vcproj @@ -25,7 +25,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32" @@ -102,7 +102,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/71/appConcaveDemo.vcproj b/msvc/71/appConcaveDemo.vcproj index c277dba36..46bda2514 100644 --- a/msvc/71/appConcaveDemo.vcproj +++ b/msvc/71/appConcaveDemo.vcproj @@ -25,7 +25,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32" @@ -102,7 +102,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/71/appConstraintDemo.vcproj b/msvc/71/appConstraintDemo.vcproj index b0dd95d17..b0b26c17e 100644 --- a/msvc/71/appConstraintDemo.vcproj +++ b/msvc/71/appConstraintDemo.vcproj @@ -25,7 +25,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32" @@ -102,7 +102,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/71/appContinuousConvexCollision.vcproj b/msvc/71/appContinuousConvexCollision.vcproj index 72507454e..6b2e3b899 100644 --- a/msvc/71/appContinuousConvexCollision.vcproj +++ b/msvc/71/appContinuousConvexCollision.vcproj @@ -25,7 +25,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32" @@ -102,7 +102,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/71/appConvexDecompositionDemo.vcproj b/msvc/71/appConvexDecompositionDemo.vcproj index 9c8970d46..9db916dd2 100644 --- a/msvc/71/appConvexDecompositionDemo.vcproj +++ b/msvc/71/appConvexDecompositionDemo.vcproj @@ -25,7 +25,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32" @@ -102,7 +102,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/71/appEPAPenDepthDemo.vcproj b/msvc/71/appEPAPenDepthDemo.vcproj index dd2bc7909..4ed9719cd 100644 --- a/msvc/71/appEPAPenDepthDemo.vcproj +++ b/msvc/71/appEPAPenDepthDemo.vcproj @@ -25,7 +25,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32" @@ -102,7 +102,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/71/appGjkConvexCastDemo.vcproj b/msvc/71/appGjkConvexCastDemo.vcproj index 5381de9df..abb02fbb8 100644 --- a/msvc/71/appGjkConvexCastDemo.vcproj +++ b/msvc/71/appGjkConvexCastDemo.vcproj @@ -25,7 +25,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32" @@ -102,7 +102,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/71/appRaytracer.vcproj b/msvc/71/appRaytracer.vcproj index be934bce2..0a0a7d1b1 100644 --- a/msvc/71/appRaytracer.vcproj +++ b/msvc/71/appRaytracer.vcproj @@ -25,7 +25,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32" @@ -102,7 +102,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/71/appSimplexDemo.vcproj b/msvc/71/appSimplexDemo.vcproj index ed85385ab..6ff515f25 100644 --- a/msvc/71/appSimplexDemo.vcproj +++ b/msvc/71/appSimplexDemo.vcproj @@ -25,7 +25,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32" @@ -102,7 +102,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/71/grpall_bullet.vcproj b/msvc/71/grpall_bullet.vcproj index 6ce5c0d35..50b8f96ad 100644 --- a/msvc/71/grpall_bullet.vcproj +++ b/msvc/71/grpall_bullet.vcproj @@ -23,7 +23,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;WIN32" @@ -98,7 +98,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/71/grpapps_bullet.vcproj b/msvc/71/grpapps_bullet.vcproj index 342d741d8..48ef5719d 100644 --- a/msvc/71/grpapps_bullet.vcproj +++ b/msvc/71/grpapps_bullet.vcproj @@ -23,7 +23,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;WIN32" @@ -98,7 +98,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/71/grplibs_bullet.vcproj b/msvc/71/grplibs_bullet.vcproj index 3b043467f..159de17e6 100644 --- a/msvc/71/grplibs_bullet.vcproj +++ b/msvc/71/grplibs_bullet.vcproj @@ -23,7 +23,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;WIN32" @@ -98,7 +98,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/71/libbullet.vcproj b/msvc/71/libbullet.vcproj index f4de95fa1..0ae5795f6 100644 --- a/msvc/71/libbullet.vcproj +++ b/msvc/71/libbullet.vcproj @@ -23,7 +23,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_LIB;_WINDOWS;WIN32" @@ -98,7 +98,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_LIB;_WINDOWS;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/71/libbulletccdphysics.vcproj b/msvc/71/libbulletccdphysics.vcproj index d87183d24..b5fac5026 100644 --- a/msvc/71/libbulletccdphysics.vcproj +++ b/msvc/71/libbulletccdphysics.vcproj @@ -23,7 +23,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_LIB;_WINDOWS;WIN32" @@ -98,7 +98,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_LIB;_WINDOWS;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/71/libbulletdynamics.vcproj b/msvc/71/libbulletdynamics.vcproj index edf88e4a7..05274a1f3 100644 --- a/msvc/71/libbulletdynamics.vcproj +++ b/msvc/71/libbulletdynamics.vcproj @@ -23,7 +23,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_LIB;_WINDOWS;WIN32" @@ -98,7 +98,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_LIB;_WINDOWS;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/71/libbulletmath.vcproj b/msvc/71/libbulletmath.vcproj index cd5c1ea25..d291f9b79 100644 --- a/msvc/71/libbulletmath.vcproj +++ b/msvc/71/libbulletmath.vcproj @@ -23,7 +23,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_LIB;_WINDOWS;WIN32" @@ -98,7 +98,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_LIB;_WINDOWS;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/71/libbulletopenglsupport.vcproj b/msvc/71/libbulletopenglsupport.vcproj index 5449d11c7..58ed41f63 100644 --- a/msvc/71/libbulletopenglsupport.vcproj +++ b/msvc/71/libbulletopenglsupport.vcproj @@ -23,7 +23,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_LIB;_WINDOWS;WIN32" @@ -98,7 +98,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_LIB;_WINDOWS;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/71/libbulletphysicsinterfacecommon.vcproj b/msvc/71/libbulletphysicsinterfacecommon.vcproj index c5f521a1f..ab574424d 100644 --- a/msvc/71/libbulletphysicsinterfacecommon.vcproj +++ b/msvc/71/libbulletphysicsinterfacecommon.vcproj @@ -23,7 +23,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_LIB;_WINDOWS;WIN32" @@ -98,7 +98,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_LIB;_WINDOWS;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/71/libcollada-dom.vcproj b/msvc/71/libcollada-dom.vcproj index ad9120925..9b2996037 100644 --- a/msvc/71/libcollada-dom.vcproj +++ b/msvc/71/libcollada-dom.vcproj @@ -23,7 +23,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_LIB;_WINDOWS;WIN32" @@ -98,7 +98,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_LIB;_WINDOWS;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/71/libconvexdecomposition.vcproj b/msvc/71/libconvexdecomposition.vcproj index 6f39c9324..0679b4512 100644 --- a/msvc/71/libconvexdecomposition.vcproj +++ b/msvc/71/libconvexdecomposition.vcproj @@ -23,7 +23,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_LIB;_WINDOWS;WIN32" @@ -98,7 +98,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_LIB;_WINDOWS;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/71/liblibxml.vcproj b/msvc/71/liblibxml.vcproj index 3c397c53f..c378660eb 100644 --- a/msvc/71/liblibxml.vcproj +++ b/msvc/71/liblibxml.vcproj @@ -23,7 +23,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_LIB;_WINDOWS;WIN32" @@ -98,7 +98,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_LIB;_WINDOWS;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/8/appCcdPhysicsDemo.vcproj b/msvc/8/appCcdPhysicsDemo.vcproj index 7e3280725..cd08ed8d7 100644 --- a/msvc/8/appCcdPhysicsDemo.vcproj +++ b/msvc/8/appCcdPhysicsDemo.vcproj @@ -25,7 +25,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32" @@ -102,7 +102,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/8/appColladaDemo.vcproj b/msvc/8/appColladaDemo.vcproj index 1d7e000f7..0ea81f668 100644 --- a/msvc/8/appColladaDemo.vcproj +++ b/msvc/8/appColladaDemo.vcproj @@ -25,7 +25,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32" @@ -102,7 +102,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/8/appCollisionDemo.vcproj b/msvc/8/appCollisionDemo.vcproj index a35be2526..a67882f5d 100644 --- a/msvc/8/appCollisionDemo.vcproj +++ b/msvc/8/appCollisionDemo.vcproj @@ -25,7 +25,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32" @@ -102,7 +102,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/8/appCollisionInterfaceDemo.vcproj b/msvc/8/appCollisionInterfaceDemo.vcproj index e80546539..ca7fb91f3 100644 --- a/msvc/8/appCollisionInterfaceDemo.vcproj +++ b/msvc/8/appCollisionInterfaceDemo.vcproj @@ -25,7 +25,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32" @@ -102,7 +102,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/8/appConcaveDemo.vcproj b/msvc/8/appConcaveDemo.vcproj index b5d3c920b..122abd171 100644 --- a/msvc/8/appConcaveDemo.vcproj +++ b/msvc/8/appConcaveDemo.vcproj @@ -25,7 +25,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32" @@ -102,7 +102,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/8/appConstraintDemo.vcproj b/msvc/8/appConstraintDemo.vcproj index 0c88c48cb..c8280834c 100644 --- a/msvc/8/appConstraintDemo.vcproj +++ b/msvc/8/appConstraintDemo.vcproj @@ -25,7 +25,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32" @@ -102,7 +102,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/8/appContinuousConvexCollision.vcproj b/msvc/8/appContinuousConvexCollision.vcproj index 885dbf2c7..231517a97 100644 --- a/msvc/8/appContinuousConvexCollision.vcproj +++ b/msvc/8/appContinuousConvexCollision.vcproj @@ -25,7 +25,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32" @@ -102,7 +102,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/8/appConvexDecompositionDemo.vcproj b/msvc/8/appConvexDecompositionDemo.vcproj index 9847e6781..e8e49361e 100644 --- a/msvc/8/appConvexDecompositionDemo.vcproj +++ b/msvc/8/appConvexDecompositionDemo.vcproj @@ -25,7 +25,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32" @@ -102,7 +102,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/8/appEPAPenDepthDemo.vcproj b/msvc/8/appEPAPenDepthDemo.vcproj index 3c24e1aa0..ac881ae5a 100644 --- a/msvc/8/appEPAPenDepthDemo.vcproj +++ b/msvc/8/appEPAPenDepthDemo.vcproj @@ -25,7 +25,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32" @@ -102,7 +102,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/8/appGjkConvexCastDemo.vcproj b/msvc/8/appGjkConvexCastDemo.vcproj index 137ff989c..dfb6e2685 100644 --- a/msvc/8/appGjkConvexCastDemo.vcproj +++ b/msvc/8/appGjkConvexCastDemo.vcproj @@ -25,7 +25,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32" @@ -102,7 +102,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/8/appRaytracer.vcproj b/msvc/8/appRaytracer.vcproj index 217fbf736..df874e806 100644 --- a/msvc/8/appRaytracer.vcproj +++ b/msvc/8/appRaytracer.vcproj @@ -25,7 +25,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32" @@ -102,7 +102,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/8/appSimplexDemo.vcproj b/msvc/8/appSimplexDemo.vcproj index 3d746a7e4..7b84e3f4c 100644 --- a/msvc/8/appSimplexDemo.vcproj +++ b/msvc/8/appSimplexDemo.vcproj @@ -25,7 +25,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32" @@ -102,7 +102,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/8/grpall_bullet.vcproj b/msvc/8/grpall_bullet.vcproj index ceaf90345..69d7a3679 100644 --- a/msvc/8/grpall_bullet.vcproj +++ b/msvc/8/grpall_bullet.vcproj @@ -23,7 +23,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;WIN32" @@ -98,7 +98,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/8/grpapps_bullet.vcproj b/msvc/8/grpapps_bullet.vcproj index 1515ff94a..a9d218585 100644 --- a/msvc/8/grpapps_bullet.vcproj +++ b/msvc/8/grpapps_bullet.vcproj @@ -23,7 +23,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;WIN32" @@ -98,7 +98,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/8/grplibs_bullet.vcproj b/msvc/8/grplibs_bullet.vcproj index a19f8b47d..a758428ca 100644 --- a/msvc/8/grplibs_bullet.vcproj +++ b/msvc/8/grplibs_bullet.vcproj @@ -23,7 +23,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;WIN32" @@ -98,7 +98,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/8/libbullet.vcproj b/msvc/8/libbullet.vcproj index 552f414a6..4501018c5 100644 --- a/msvc/8/libbullet.vcproj +++ b/msvc/8/libbullet.vcproj @@ -23,7 +23,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_LIB;_WINDOWS;WIN32" @@ -98,7 +98,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_LIB;_WINDOWS;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/8/libbulletccdphysics.vcproj b/msvc/8/libbulletccdphysics.vcproj index a13a8f52c..b049e7fa5 100644 --- a/msvc/8/libbulletccdphysics.vcproj +++ b/msvc/8/libbulletccdphysics.vcproj @@ -23,7 +23,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_LIB;_WINDOWS;WIN32" @@ -98,7 +98,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_LIB;_WINDOWS;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/8/libbulletdynamics.vcproj b/msvc/8/libbulletdynamics.vcproj index 7cefdcebc..44f280560 100644 --- a/msvc/8/libbulletdynamics.vcproj +++ b/msvc/8/libbulletdynamics.vcproj @@ -23,7 +23,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_LIB;_WINDOWS;WIN32" @@ -98,7 +98,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_LIB;_WINDOWS;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/8/libbulletmath.vcproj b/msvc/8/libbulletmath.vcproj index 31159c667..7aa20cb55 100644 --- a/msvc/8/libbulletmath.vcproj +++ b/msvc/8/libbulletmath.vcproj @@ -23,7 +23,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_LIB;_WINDOWS;WIN32" @@ -98,7 +98,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_LIB;_WINDOWS;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/8/libbulletopenglsupport.vcproj b/msvc/8/libbulletopenglsupport.vcproj index 946f61153..e3dfd952d 100644 --- a/msvc/8/libbulletopenglsupport.vcproj +++ b/msvc/8/libbulletopenglsupport.vcproj @@ -23,7 +23,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_LIB;_WINDOWS;WIN32" @@ -98,7 +98,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_LIB;_WINDOWS;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/8/libbulletphysicsinterfacecommon.vcproj b/msvc/8/libbulletphysicsinterfacecommon.vcproj index c50a369ea..bbc922ade 100644 --- a/msvc/8/libbulletphysicsinterfacecommon.vcproj +++ b/msvc/8/libbulletphysicsinterfacecommon.vcproj @@ -23,7 +23,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_LIB;_WINDOWS;WIN32" @@ -98,7 +98,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_LIB;_WINDOWS;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/8/libcollada-dom.vcproj b/msvc/8/libcollada-dom.vcproj index 6de855ffd..da69e78f2 100644 --- a/msvc/8/libcollada-dom.vcproj +++ b/msvc/8/libcollada-dom.vcproj @@ -23,7 +23,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_LIB;_WINDOWS;WIN32" @@ -98,7 +98,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_LIB;_WINDOWS;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/8/libconvexdecomposition.vcproj b/msvc/8/libconvexdecomposition.vcproj index 3b5a9aa18..3adeabd13 100644 --- a/msvc/8/libconvexdecomposition.vcproj +++ b/msvc/8/libconvexdecomposition.vcproj @@ -23,7 +23,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_LIB;_WINDOWS;WIN32" @@ -98,7 +98,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_LIB;_WINDOWS;WIN32" OptimizeForProcessor="1" ExceptionHandling="0" diff --git a/msvc/8/liblibxml.vcproj b/msvc/8/liblibxml.vcproj index 1f01c3ffc..2a972972a 100644 --- a/msvc/8/liblibxml.vcproj +++ b/msvc/8/liblibxml.vcproj @@ -23,7 +23,7 @@ Optimization="2" StringPooling="TRUE" EnableFunctionLevelLinking="TRUE" - RuntimeLibrary="2" + RuntimeLibrary="0" DebugInformationFormat="3" BufferSecurityCheck="FALSE" PreprocessorDefinitions="NDEBUG;_LIB;_WINDOWS;WIN32" @@ -98,7 +98,7 @@ MinimalRebuild="TRUE" DebugInformationFormat="4" RuntimeTypeInfo="FALSE" - RuntimeLibrary="3" + RuntimeLibrary="1" PreprocessorDefinitions="_DEBUG;_LIB;_WINDOWS;WIN32" OptimizeForProcessor="1" ExceptionHandling="0"