mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-27 21:50:29 +00:00
Add -v option to bison.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19229 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
41ca0b171d
commit
094cfdf36b
@ -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 @@ move $(InputDir)$(InputName).hpp $(InputDir)$(InputName).h
|
||||
<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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user