Added more natural ways to parse boolean values (based on the YAML spec).

(Thanks to Vadim Zeitlin)
This commit is contained in:
jbeder
2008-09-25 00:15:40 +00:00
parent bf01059c38
commit d1ef1e8ef1
8 changed files with 103 additions and 10 deletions

View File

@@ -58,6 +58,7 @@
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="yamlcppd.lib"
AdditionalLibraryDirectories="lib"
GenerateDebugInformation="true"
TargetMachine="1"
@@ -128,6 +129,7 @@
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="yamlcpp.lib"
AdditionalLibraryDirectories="lib"
GenerateDebugInformation="true"
OptimizeReferences="2"