summaryrefslogtreecommitdiffstats
path: root/llvm/win32/llvm-as/llvm-as.vcproj
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-06-20 05:35:58 +0000
committerChris Lattner <sabre@nondot.org>2008-06-20 05:35:58 +0000
commit2616a7e0f79afb18d53fff4dcde98f942feb30ae (patch)
tree9c339fbed8e1b27c4968f54b96e158488befc2d7 /llvm/win32/llvm-as/llvm-as.vcproj
parent54d26c6b12d1d84026d7a1d1d0d8ad69e0956367 (diff)
downloadbcm5719-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.vcproj4
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
OpenPOWER on IntegriCloud