[llvm-commits] CVS: llvm/win32/AsmParser/AsmParser.vcproj
Jeff Cohen
jeffc at jolt-lang.org
Wed Oct 26 18:10:51 PDT 2005
Changes in directory llvm/win32/AsmParser:
AsmParser.vcproj updated: 1.6 -> 1.7
---
Log message:
Fine tune Visual Studio's use of bison/flex.
---
Diffs of the changes: (+4 -6)
AsmParser.vcproj | 10 ++++------
1 files changed, 4 insertions(+), 6 deletions(-)
Index: llvm/win32/AsmParser/AsmParser.vcproj
diff -u llvm/win32/AsmParser/AsmParser.vcproj:1.6 llvm/win32/AsmParser/AsmParser.vcproj:1.7
--- llvm/win32/AsmParser/AsmParser.vcproj:1.6 Wed Oct 26 00:37:35 2005
+++ llvm/win32/AsmParser/AsmParser.vcproj Wed Oct 26 20:10:37 2005
@@ -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
More information about the llvm-commits
mailing list