From a1983e7f402ef913e18b3df2f68d87d656c2caeb Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 20 Jun 2008 05:35:58 +0000 Subject: "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." MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch by Cédric Venet! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52530 91177308-0d34-0410-b5e6-96231b3b80d8 --- win32/llvm-as/llvm-as.vcproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'win32/llvm-as') diff --git a/win32/llvm-as/llvm-as.vcproj b/win32/llvm-as/llvm-as.vcproj index 9104870..c84884b 100644 --- a/win32/llvm-as/llvm-as.vcproj +++ b/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" >