aboutsummaryrefslogtreecommitdiffstats
path: root/win32/VMCore/VMCore.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
commita1983e7f402ef913e18b3df2f68d87d656c2caeb (patch)
tree7fbe071aa3691854962f75e973f756725c15ee35 /win32/VMCore/VMCore.vcproj
parentb1d530515d166ddce976f47110f5a9ebb9363ce1 (diff)
downloadexternal_llvm-a1983e7f402ef913e18b3df2f68d87d656c2caeb.zip
external_llvm-a1983e7f402ef913e18b3df2f68d87d656c2caeb.tar.gz
external_llvm-a1983e7f402ef913e18b3df2f68d87d656c2caeb.tar.bz2
"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/VMCore/VMCore.vcproj')
-rw-r--r--win32/VMCore/VMCore.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/VMCore/VMCore.vcproj b/win32/VMCore/VMCore.vcproj
index e88cb79..6ac8ab5 100644
--- a/win32/VMCore/VMCore.vcproj
+++ b/win32/VMCore/VMCore.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
@@ -94,7 +94,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