diff options
| author | Chris Lattner <sabre@nondot.org> | 2008-06-20 05:35:58 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2008-06-20 05:35:58 +0000 |
| commit | 2616a7e0f79afb18d53fff4dcde98f942feb30ae (patch) | |
| tree | 9c339fbed8e1b27c4968f54b96e158488befc2d7 /llvm/win32/x86 | |
| parent | 54d26c6b12d1d84026d7a1d1d0d8ad69e0956367 (diff) | |
| download | bcm5719-llvm-2616a7e0f79afb18d53fff4dcde98f942feb30ae.tar.gz bcm5719-llvm-2616a7e0f79afb18d53fff4dcde98f942feb30ae.zip | |
"Just a small update for the project files for adding a missing preprocessor
definition for VS2005 (without SP1). It suppress the (bogus) M$ deprecated
warning."
Patch by Cédric Venet!
llvm-svn: 52530
Diffstat (limited to 'llvm/win32/x86')
| -rw-r--r-- | llvm/win32/x86/x86.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/win32/x86/x86.vcproj b/llvm/win32/x86/x86.vcproj index b47d5594334..2228ea85c5c 100644 --- a/llvm/win32/x86/x86.vcproj +++ b/llvm/win32/x86/x86.vcproj @@ -23,7 +23,7 @@ OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)" IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" ConfigurationType="4" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;..\common.vsprops" CharacterSet="2" > <Tool |

