[llvm-commits] Fix to Visual Studio 2005 Solution (AsmParser.vcproj)

OvermindDL1 overminddl1 at gmail.com
Tue May 20 00:13:24 PDT 2008


The two generated files in the AsmParser.vcproj are pointing to the
wrong directory, this is the patch to fix it (also attached).

--- AsmParser.vcproj	(revision 51302)
+++ AsmParser.vcproj	(working copy)
@@ -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>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: AsmParser.vcproj.patch
Type: application/octet-stream
Size: 404 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20080520/3f166c79/attachment.obj>


More information about the llvm-commits mailing list