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