[llvm-commits] [llvm] r44346 - /llvm/trunk/win32/TableGen/TableGen.vcproj

Chuck Rose III cfr at adobe.com
Mon Nov 26 17:25:13 PST 2007


Author: cfr
Date: Mon Nov 26 19:25:12 2007
New Revision: 44346

URL: http://llvm.org/viewvc/llvm-project?rev=44346&view=rev
Log:
Moving TGLexer.h from source to header file tab in TableGen project file

Modified:
    llvm/trunk/win32/TableGen/TableGen.vcproj

Modified: llvm/trunk/win32/TableGen/TableGen.vcproj
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/win32/TableGen/TableGen.vcproj?rev=44346&r1=44345&r2=44346&view=diff

==============================================================================
--- llvm/trunk/win32/TableGen/TableGen.vcproj (original)
+++ llvm/trunk/win32/TableGen/TableGen.vcproj Mon Nov 26 19:25:12 2007
@@ -420,10 +420,6 @@
 				>
 			</File>
 			<File
-				RelativePath="..\..\utils\TableGen\TGLexer.h"
-				>
-			</File>
-			<File
 				RelativePath="..\..\utils\TableGen\TGParser.cpp"
 				>
 			</File>
@@ -490,6 +486,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\utils\TableGen\TGLexer.h"
+				>
+			</File>
+			<File
 				RelativePath="..\..\utils\TableGen\TGParser.h"
 				>
 			</File>





More information about the llvm-commits mailing list