[llvm-commits] CVS: llvm/win32/TableGen/TableGen.vcproj

Jeff Cohen jeffc at jolt-lang.org
Wed Oct 26 18:10:52 PDT 2005



Changes in directory llvm/win32/TableGen:

TableGen.vcproj updated: 1.17 -> 1.18
---
Log message:

Fine tune Visual Studio's use of bison/flex.

---
Diffs of the changes:  (+4 -6)

 TableGen.vcproj |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)


Index: llvm/win32/TableGen/TableGen.vcproj
diff -u llvm/win32/TableGen/TableGen.vcproj:1.17 llvm/win32/TableGen/TableGen.vcproj:1.18
--- llvm/win32/TableGen/TableGen.vcproj:1.17	Wed Oct 26 00:37:35 2005
+++ llvm/win32/TableGen/TableGen.vcproj	Wed Oct 26 20:10:37 2005
@@ -161,18 +161,16 @@
 					<Tool
 						Name="VCCustomBuildTool"
 						Description="Bisoning $(InputFileName)"
-						CommandLine="..\dobison.cmd File debug $(InputName) $(InputPath)
-"
-						Outputs="$(InputName).cpp;$(InputName).h"/>
+						CommandLine="..\dobison.cmd File debug $(InputName) $(InputPath)"
+						Outputs="$(InputName).cpp;$(InputName).h;$(InputName).output"/>
 				</FileConfiguration>
 				<FileConfiguration
 					Name="Release|Win32">
 					<Tool
 						Name="VCCustomBuildTool"
 						Description="Bisoning $(InputFileName)"
-						CommandLine="..\dobison.cmd File release $(InputName) $(InputPath)
-"
-						Outputs="$(InputName).cpp;$(InputName).h"/>
+						CommandLine="..\dobison.cmd File release $(InputName) $(InputPath)"
+						Outputs="$(InputName).cpp;$(InputName).h;$(InputName).output"/>
 				</FileConfiguration>
 			</File>
 			<File






More information about the llvm-commits mailing list