[llvm-commits] CVS: llvm/win32/System/System.vcproj
Jeff Cohen
jeffc at jolt-lang.org
Sun Jan 29 20:07:43 PST 2006
Changes in directory llvm/win32/System:
System.vcproj updated: 1.16 -> 1.17
---
Log message:
Add _CRT_SECURE_NO_DEPRECATE preprocessor symbol to make VS2005 happy.
---
Diffs of the changes: (+2 -2)
System.vcproj | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/win32/System/System.vcproj
diff -u llvm/win32/System/System.vcproj:1.16 llvm/win32/System/System.vcproj:1.17
--- llvm/win32/System/System.vcproj:1.16 Fri Dec 16 18:14:47 2005
+++ llvm/win32/System/System.vcproj Sun Jan 29 22:07:07 2006
@@ -21,7 +21,7 @@
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\include;.."
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
StringPooling="TRUE"
MinimalRebuild="TRUE"
BasicRuntimeChecks="3"
@@ -67,7 +67,7 @@
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\..\include;.."
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
StringPooling="TRUE"
RuntimeLibrary="2"
ForceConformanceInForLoopScope="TRUE"
More information about the llvm-commits
mailing list