summaryrefslogtreecommitdiff
path: root/dist/examples/cxx/tree/mixed/mixed-vc9.vcproj
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-07-15 11:03:52 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-07-15 11:03:52 +0200
commit6e663b77d79cfa8c48717a50c2690ae6024cb822 (patch)
tree963353d14d1d801c04646541c4d5a76aa22c33fe /dist/examples/cxx/tree/mixed/mixed-vc9.vcproj
parent90a29cd012a54baac98e22000001055e924c5fbc (diff)
Use default runtime in VC9 projects
Diffstat (limited to 'dist/examples/cxx/tree/mixed/mixed-vc9.vcproj')
-rw-r--r--dist/examples/cxx/tree/mixed/mixed-vc9.vcproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/dist/examples/cxx/tree/mixed/mixed-vc9.vcproj b/dist/examples/cxx/tree/mixed/mixed-vc9.vcproj
index 7e144e7..5c5843a 100644
--- a/dist/examples/cxx/tree/mixed/mixed-vc9.vcproj
+++ b/dist/examples/cxx/tree/mixed/mixed-vc9.vcproj
@@ -48,7 +48,7 @@
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
MinimalRebuild="true"
BasicRuntimeChecks="3"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
WarningLevel="3"
@@ -128,7 +128,7 @@
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
MinimalRebuild="true"
BasicRuntimeChecks="3"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
WarningLevel="3"
@@ -204,7 +204,7 @@
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
- RuntimeLibrary="0"
+ RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
WarningLevel="3"
@@ -282,7 +282,7 @@
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
- RuntimeLibrary="0"
+ RuntimeLibrary="2"
RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
WarningLevel="3"