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/llvm-as/llvm-as.vcproj | |
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/llvm-as/llvm-as.vcproj')
-rw-r--r-- | llvm/win32/llvm-as/llvm-as.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/win32/llvm-as/llvm-as.vcproj b/llvm/win32/llvm-as/llvm-as.vcproj index 91048700aef..c84884bf456 100644 --- a/llvm/win32/llvm-as/llvm-as.vcproj +++ b/llvm/win32/llvm-as/llvm-as.vcproj @@ -22,7 +22,7 @@ OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)" IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" ConfigurationType="1" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;..\common.vsprops" CharacterSet="2" > <Tool @@ -107,7 +107,7 @@ OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)" IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" ConfigurationType="1" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;..\common.vsprops" CharacterSet="2" > <Tool |