mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-18 01:35:44 +00:00
Add -v option to bison.
llvm-svn: 19229
This commit is contained in:
parent
748f1529e2
commit
35edbe7f00
@ -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…
x
Reference in New Issue
Block a user