Changeset 293 for libyaml/branches/stable/win32/vs2003/yamldll.vcproj
- Timestamp:
- 10/01/08 22:38:46 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
libyaml/branches/stable/win32/vs2003/yamldll.vcproj
r245 r293 24 24 MinimalRebuild="TRUE" 25 25 BasicRuntimeChecks="3" 26 RuntimeLibrary=" 1"26 RuntimeLibrary="3" 27 27 UsePrecompiledHeader="0" 28 28 WarningLevel="3" … … 71 71 AdditionalIncludeDirectories="..;../../include" 72 72 PreprocessorDefinitions="HAVE_CONFIG_H;YAML_DECLARE_EXPORT" 73 RuntimeLibrary=" 0"73 RuntimeLibrary="2" 74 74 UsePrecompiledHeader="0" 75 75 WarningLevel="3"
