[llvm-commits] CVS: llvm/win32/TableGen/TableGen.vcproj
Jeff Cohen
jeffc at jolt-lang.org
Sat Jan 1 13:35:50 PST 2005
Changes in directory llvm/win32/TableGen:
TableGen.vcproj updated: 1.9 -> 1.10
---
Log message:
Add -v option to bison.
---
Diffs of the changes: (+2 -2)
Index: llvm/win32/TableGen/TableGen.vcproj
diff -u llvm/win32/TableGen/TableGen.vcproj:1.9 llvm/win32/TableGen/TableGen.vcproj:1.10
--- llvm/win32/TableGen/TableGen.vcproj:1.9 Sat Jan 1 14:51:41 2005
+++ llvm/win32/TableGen/TableGen.vcproj Sat Jan 1 15:35:39 2005
@@ -160,7 +160,7 @@
<Tool
Name="VCCustomBuildTool"
Description="Performing bison"
- CommandLine="..\tools\bison -pFile -tdo$(InputDir)$(InputName).cpp $(InputPath)
+ CommandLine="..\tools\bison -pFile -tvdo$(InputDir)$(InputName).cpp $(InputPath)
move $(InputDir)$(InputName).hpp $(InputDir)$(InputName).h
"
Outputs="$(InputDir)$(InputName).cpp;$(InputDir)$(InputName).h"/>
@@ -170,7 +170,7 @@
<Tool
Name="VCCustomBuildTool"
Description="Performing bison"
- CommandLine="..\tools\bison -pFile -do$(InputDir)$(InputName).cpp $(InputPath)
+ CommandLine="..\tools\bison -pFile -vdo$(InputDir)$(InputName).cpp $(InputPath)
move $(InputDir)$(InputName).hpp $(InputDir)$(InputName).h
"
Outputs="$(InputDir)$(InputName).cpp;$(InputDir)$(InputName).h"/>
More information about the llvm-commits
mailing list