aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-05-20 17:27:57 +0000
committerChris Lattner <sabre@nondot.org>2008-05-20 17:27:57 +0000
commit71472ba025a40c24376de3e035e10591e79e4e98 (patch)
tree12f5a9675ff0ed0516c81623f967f61aebe6320e
parentd30020a84e2683e0de962598302ea39b7ab5e0a8 (diff)
"The two generated files in the AsmParser.vcproj are pointing to the
wrong directory, this is the patch to fix it (also attached)." Patch by 'OvermindDL1' git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51323 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--win32/AsmParser/AsmParser.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/AsmParser/AsmParser.vcproj b/win32/AsmParser/AsmParser.vcproj
index f44a9c2a41..ac0aae6777 100644
--- a/win32/AsmParser/AsmParser.vcproj
+++ b/win32/AsmParser/AsmParser.vcproj
@@ -380,11 +380,11 @@
Name="Generated Files"
>
<File
- RelativePath="llvmAsmParser.cpp"
+ RelativePath="..\..\lib\AsmParser\llvmAsmParser.cpp"
>
</File>
<File
- RelativePath="llvmAsmParser.h"
+ RelativePath="..\..\lib\AsmParser\llvmAsmParser.h"
>
</File>
</Filter>