[llvm-commits] CVS: llvm/win32/Support/Support.vcproj
Jeff Cohen
jeffc at jolt-lang.org
Sun Jan 29 20:07:39 PST 2006
Changes in directory llvm/win32/Support:
Support.vcproj updated: 1.13 -> 1.14
---
Log message:
Add _CRT_SECURE_NO_DEPRECATE preprocessor symbol to make VS2005 happy.
---
Diffs of the changes: (+2 -2)
Support.vcproj | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/win32/Support/Support.vcproj
diff -u llvm/win32/Support/Support.vcproj:1.13 llvm/win32/Support/Support.vcproj:1.14
--- llvm/win32/Support/Support.vcproj:1.13 Mon Jan 16 23:13:21 2006
+++ llvm/win32/Support/Support.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