summaryrefslogtreecommitdiff
path: root/win32/x86
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
commitf6af087cb93d949d333977246cc34353589260df (patch)
tree7fbe071aa3691854962f75e973f756725c15ee35 /win32/x86
parenta3de6e9ab8fbd4c9462880dc5c138488b322efd0 (diff)
downloadllvm-f6af087cb93d949d333977246cc34353589260df.tar.gz
llvm-f6af087cb93d949d333977246cc34353589260df.tar.bz2
llvm-f6af087cb93d949d333977246cc34353589260df.tar.xz
"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! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52530 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/x86')
-rw-r--r--win32/x86/x86.vcproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/x86/x86.vcproj b/win32/x86/x86.vcproj
index b47d559433..2228ea85c5 100644
--- a/win32/x86/x86.vcproj
+++ b/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