summaryrefslogtreecommitdiff
path: root/win32/AsmParser/AsmParser.vcproj
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2005-10-27 01:10:36 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2005-10-27 01:10:36 +0000
commit53c13b15ece8a97e2abb15f7724ef22fbfa3b0e6 (patch)
treea499fff179d0ea780ae6b7d07c0d1daf455f847a /win32/AsmParser/AsmParser.vcproj
parent8962b84556ea400da7ac879b5c7464b869ca0900 (diff)
downloadllvm-53c13b15ece8a97e2abb15f7724ef22fbfa3b0e6.tar.gz
llvm-53c13b15ece8a97e2abb15f7724ef22fbfa3b0e6.tar.bz2
llvm-53c13b15ece8a97e2abb15f7724ef22fbfa3b0e6.tar.xz
Fine tune Visual Studio's use of bison/flex.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24025 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/AsmParser/AsmParser.vcproj')
-rw-r--r--win32/AsmParser/AsmParser.vcproj10
1 files changed, 4 insertions, 6 deletions
diff --git a/win32/AsmParser/AsmParser.vcproj b/win32/AsmParser/AsmParser.vcproj
index 48162fd22b..f596b5816f 100644
--- a/win32/AsmParser/AsmParser.vcproj
+++ b/win32/AsmParser/AsmParser.vcproj
@@ -133,18 +133,16 @@
<Tool
Name="VCCustomBuildTool"
Description="Bisoning $(InputFileName)"
- CommandLine="..\dobison.cmd llvmAsm debug $(InputName) $(InputPath)
-"
- Outputs="$(InputName).cpp;$(InputName).h"/>
+ CommandLine="..\dobison.cmd llvmAsm debug $(InputName) $(InputPath)"
+ Outputs="$(InputName).cpp;$(InputName).h;$(InputName).output"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCustomBuildTool"
Description="Bisoning $(InputFileName)"
- CommandLine="..\dobison.cmd llvmAsm release $(InputName) $(InputPath)
-"
- Outputs="$(InputName).cpp;$(InputName).h"/>
+ CommandLine="..\dobison.cmd llvmAsm release $(InputName) $(InputPath)"
+ Outputs="$(InputName).cpp;$(InputName).h;$(InputName).output"/>
</FileConfiguration>
</File>
<File