aboutsummaryrefslogtreecommitdiffstats
path: root/win32/VMCore
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2006-04-02 05:20:53 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2006-04-02 05:20:53 +0000
commitb196ac846d38170db3f901f285907ebd56654b78 (patch)
treeee93fd3b92ecccfacf3a113e35e578c9a6d3ad34 /win32/VMCore
parent4aab2f4ab50d2b04dc559c7b197f1de7612c896b (diff)
downloadexternal_llvm-b196ac846d38170db3f901f285907ebd56654b78.zip
external_llvm-b196ac846d38170db3f901f285907ebd56654b78.tar.gz
external_llvm-b196ac846d38170db3f901f285907ebd56654b78.tar.bz2
Fix tablegen related dependencies in Visual Studio.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27350 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/VMCore')
-rw-r--r--win32/VMCore/VMCore.vcproj16
1 files changed, 8 insertions, 8 deletions
diff --git a/win32/VMCore/VMCore.vcproj b/win32/VMCore/VMCore.vcproj
index e7d57b7..ded03ef 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 $(InputDir)IntrinsicsX86.td $(InputDir)IntrinsicsPowerPC.td"
+ AdditionalDependencies="$(ProjectDir)..\$(IntDir)\TableGen.exe;$(InputDir)IntrinsicsX86.td;$(InputDir)IntrinsicsPowerPC.td"
Outputs="$(SolutionDir)llvm\intrinsics.gen"/>
</FileConfiguration>
<FileConfiguration
@@ -167,17 +167,11 @@
Description="Performing TableGen Step"
CommandLine="..\$(IntDir)\TableGen.exe -gen-intrinsic -I ..\..\include $(InputPath) -o $(SolutionDir)llvm\intrinsics.gen
"
- AdditionalDependencies="$(ProjectDir)..\$(IntDir)\TableGen.exe $(InputDir)IntrinsicsX86.td $(InputDir)IntrinsicsPowerPC.td"
+ 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
@@ -279,6 +273,12 @@
RelativePath="..\..\include\llvm\Intrinsics.h">
</File>
<File
+ RelativePath="..\..\include\llvm\IntrinsicsPowerPC.td">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\IntrinsicsX86.td">
+ </File>
+ <File
RelativePath="..\..\include\llvm\Linker.h">
</File>
<File