summaryrefslogtreecommitdiff
path: root/dist/examples/cxx/parser/hello
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2014-07-15 10:49:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2014-07-15 10:49:50 +0200
commit90a29cd012a54baac98e22000001055e924c5fbc (patch)
tree5675d5f26fec03c1307d6b627ce1354595c70eed /dist/examples/cxx/parser/hello
parent29b5d544043f99537da592d5562f28907de92269 (diff)
Update VC8 solutions to use default runtimes
Diffstat (limited to 'dist/examples/cxx/parser/hello')
-rw-r--r--dist/examples/cxx/parser/hello/hello-vc8.vcproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/dist/examples/cxx/parser/hello/hello-vc8.vcproj b/dist/examples/cxx/parser/hello/hello-vc8.vcproj
index 841e602..a19fb43 100644
--- a/dist/examples/cxx/parser/hello/hello-vc8.vcproj
+++ b/dist/examples/cxx/parser/hello/hello-vc8.vcproj
@@ -47,7 +47,7 @@
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
MinimalRebuild="true"
BasicRuntimeChecks="3"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
@@ -123,7 +123,7 @@
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
- RuntimeLibrary="0"
+ RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
@@ -204,7 +204,7 @@
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
MinimalRebuild="true"
BasicRuntimeChecks="3"
- RuntimeLibrary="1"
+ RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
@@ -281,7 +281,7 @@
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
- RuntimeLibrary="0"
+ RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"