Add -v option to bison.
authorJeff Cohen <jeffc@jolt-lang.org>
Sat, 1 Jan 2005 21:35:39 +0000 (21:35 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Sat, 1 Jan 2005 21:35:39 +0000 (21:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19229 91177308-0d34-0410-b5e6-96231b3b80d8

win32/TableGen/TableGen.vcproj

index ee35cc4a2c36c555243afe72c5e94d256837533d..52b680f8e5d246958d8b4c0f21b113f431fc5f0f 100644 (file)
                                        <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"/>