diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2006-01-30 04:07:08 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2006-01-30 04:07:08 +0000 |
commit | 1d920b8e504a657496572aceb95a48c56b99906a (patch) | |
tree | c4f4ade8513462437b037664076024f334c30d8f /llvm/win32/Support | |
parent | 4ac0fa2aa598b1b4c824fa72026e5137773a4aa8 (diff) | |
download | bcm5719-llvm-1d920b8e504a657496572aceb95a48c56b99906a.tar.gz bcm5719-llvm-1d920b8e504a657496572aceb95a48c56b99906a.zip |
Add _CRT_SECURE_NO_DEPRECATE preprocessor symbol to make VS2005 happy.
llvm-svn: 25801
Diffstat (limited to 'llvm/win32/Support')
-rw-r--r-- | llvm/win32/Support/Support.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/win32/Support/Support.vcproj b/llvm/win32/Support/Support.vcproj index d4025667c6e..aebee5f41f2 100644 --- a/llvm/win32/Support/Support.vcproj +++ b/llvm/win32/Support/Support.vcproj @@ -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" |