"The two generated files in the AsmParser.vcproj are pointing to the
authorChris Lattner <sabre@nondot.org>
Tue, 20 May 2008 17:27:57 +0000 (17:27 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 20 May 2008 17:27:57 +0000 (17:27 +0000)
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

win32/AsmParser/AsmParser.vcproj

index f44a9c2a41a42aef6683fae2b5838d5f0013dcdd..ac0aae6777730358938c2598b9bf6990288dbd2f 100644 (file)
                        Name="Generated Files"
                        >
                        <File
-                               RelativePath="llvmAsmParser.cpp"
+                               RelativePath="..\..\lib\AsmParser\llvmAsmParser.cpp"
                                >
                        </File>
                        <File
-                               RelativePath="llvmAsmParser.h"
+                               RelativePath="..\..\lib\AsmParser\llvmAsmParser.h"
                                >
                        </File>
                </Filter>