summaryrefslogtreecommitdiff
path: root/win32/AsmParser/AsmParser.vcproj
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2005-01-04 06:18:10 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2005-01-04 06:18:10 +0000
commit2f654ba6271ded431a4295814417aa940bfb9d27 (patch)
tree37d5148ebee770e50b94c588ff26b5aa278f2f9a /win32/AsmParser/AsmParser.vcproj
parent3af72e79ba673a2b8ee4bd96287cfcee69a563a9 (diff)
downloadllvm-2f654ba6271ded431a4295814417aa940bfb9d27.tar.gz
llvm-2f654ba6271ded431a4295814417aa940bfb9d27.tar.bz2
llvm-2f654ba6271ded431a4295814417aa940bfb9d27.tar.xz
Make bison/flex build steps output the same message in Visual Studio as
on Unix. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19283 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/AsmParser/AsmParser.vcproj')
-rw-r--r--win32/AsmParser/AsmParser.vcproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/win32/AsmParser/AsmParser.vcproj b/win32/AsmParser/AsmParser.vcproj
index 24cb88eec0..7808d5b202 100644
--- a/win32/AsmParser/AsmParser.vcproj
+++ b/win32/AsmParser/AsmParser.vcproj
@@ -113,7 +113,7 @@
Name="Debug|Win32">
<Tool
Name="VCCustomBuildTool"
- Description="Performing flex"
+ Description="Flexing $(InputFileName)"
CommandLine="..\tools\flex -t &gt;$(InputDir)$(InputName).cpp $(InputPath)"
Outputs="$(InputDir)$(InputName).cpp"/>
</FileConfiguration>
@@ -121,7 +121,7 @@
Name="Release|Win32">
<Tool
Name="VCCustomBuildTool"
- Description="Performing flex"
+ Description="Flexing $(InputFileName)"
CommandLine="..\tools\flex -t &gt;$(InputDir)$(InputName).cpp $(InputPath)"
Outputs="$(InputDir)$(InputName).cpp"/>
</FileConfiguration>
@@ -132,7 +132,7 @@
Name="Debug|Win32">
<Tool
Name="VCCustomBuildTool"
- Description="Performing bison"
+ Description="Bisoning $(InputFileName)"
CommandLine="..\tools\bison -pllvmAsm -tvdo$(InputDir)$(InputName).cpp $(InputPath)
move $(InputDir)$(InputName).hpp $(InputDir)$(InputName).h
"
@@ -142,7 +142,7 @@ move $(InputDir)$(InputName).hpp $(InputDir)$(InputName).h
Name="Release|Win32">
<Tool
Name="VCCustomBuildTool"
- Description="Performing bison"
+ Description="Bisoning $(InputFileName)"
CommandLine="..\tools\bison -pllvmAsm -vdo$(InputDir)$(InputName).cpp $(InputPath)
move $(InputDir)$(InputName).hpp $(InputDir)$(InputName).h
"