summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2006-03-28 04:01:27 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2006-03-28 04:01:27 +0000
commit5659b4131149ec37e6f37271debc610c716bb9f2 (patch)
tree4e74b6e814d6556dbb2a3be2a7ea0a0bd0223938 /win32
parent9bade4de9d05358164e23f06b5c9896f78300005 (diff)
downloadllvm-5659b4131149ec37e6f37271debc610c716bb9f2.tar.gz
llvm-5659b4131149ec37e6f37271debc610c716bb9f2.tar.bz2
llvm-5659b4131149ec37e6f37271debc610c716bb9f2.tar.xz
Keep Visual Studio informed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27214 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32')
-rw-r--r--win32/VMCore/VMCore.vcproj10
1 files changed, 8 insertions, 2 deletions
diff --git a/win32/VMCore/VMCore.vcproj b/win32/VMCore/VMCore.vcproj
index 4cfd443673..e7d57b7e2a 100644
--- a/win32/VMCore/VMCore.vcproj
+++ b/win32/VMCore/VMCore.vcproj
@@ -157,7 +157,7 @@
Description="Performing TableGen Step"
CommandLine="..\$(IntDir)\TableGen.exe -gen-intrinsic -I ..\..\include $(InputPath) -o $(SolutionDir)llvm\intrinsics.gen
"
- AdditionalDependencies="$(ProjectDir)..\$(IntDir)\TableGen.exe"
+ AdditionalDependencies="$(ProjectDir)..\$(IntDir)\TableGen.exe $(InputDir)IntrinsicsX86.td $(InputDir)IntrinsicsPowerPC.td"
Outputs="$(SolutionDir)llvm\intrinsics.gen"/>
</FileConfiguration>
<FileConfiguration
@@ -167,11 +167,17 @@
Description="Performing TableGen Step"
CommandLine="..\$(IntDir)\TableGen.exe -gen-intrinsic -I ..\..\include $(InputPath) -o $(SolutionDir)llvm\intrinsics.gen
"
- AdditionalDependencies="$(ProjectDir)..\$(IntDir)\TableGen.exe"
+ AdditionalDependencies="$(ProjectDir)..\$(IntDir)\TableGen.exe $(InputDir)IntrinsicsX86.td $(InputDir)IntrinsicsPowerPC.td"
Outputs="$(SolutionDir)llvm\intrinsics.gen"/>
</FileConfiguration>
</File>
<File
+ RelativePath="..\..\include\llvm\IntrinsicsPowerPC.td">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\IntrinsicsX86.td">
+ </File>
+ <File
RelativePath="..\..\lib\VMCore\LeakDetector.cpp">
</File>
<File