[llvm-commits] CVS: llvm/win32/Configure/Configure.vcproj
Jeff Cohen
jeffc at jolt-lang.org
Wed Oct 26 18:10:52 PDT 2005
Changes in directory llvm/win32/Configure:
Configure.vcproj updated: 1.9 -> 1.10
---
Log message:
Fine tune Visual Studio's use of bison/flex.
---
Diffs of the changes: (+4 -4)
Configure.vcproj | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
Index: llvm/win32/Configure/Configure.vcproj
diff -u llvm/win32/Configure/Configure.vcproj:1.9 llvm/win32/Configure/Configure.vcproj:1.10
--- llvm/win32/Configure/Configure.vcproj:1.9 Wed Oct 26 09:48:53 2005
+++ llvm/win32/Configure/Configure.vcproj Wed Oct 26 20:10:37 2005
@@ -102,7 +102,7 @@
<Tool
Name="VCCustomBuildTool"
Description="Generating $(SolutionDir)llvm\Support\DataTypes.h"
- CommandLine="copy $(InputPath) $(ProjectDir)..\llvm\Support\DataTypes.h"
+ CommandLine="copy $(InputPath) $(ProjectDir)..\llvm\Support\DataTypes.h"
Outputs="$(ProjectDir)..\llvm\Support\DataTypes.h"/>
</FileConfiguration>
</File>
@@ -113,7 +113,7 @@
<Tool
Name="VCCustomBuildTool"
Description="Generating $(SolutionDir)llvm\ADT\hash_map"
- CommandLine="copy $(InputPath) $(ProjectDir)..\llvm\ADT\hash_map"
+ CommandLine="copy $(InputPath) $(ProjectDir)..\llvm\ADT\hash_map"
Outputs="$(ProjectDir)..\llvm\ADT\hash_map"/>
</FileConfiguration>
</File>
@@ -124,7 +124,7 @@
<Tool
Name="VCCustomBuildTool"
Description="Generating $(SolutionDir)llvm\ADT\hash_set"
- CommandLine="copy $(InputPath) $(ProjectDir)..\llvm\ADT\hash_set"
+ CommandLine="copy $(InputPath) $(ProjectDir)..\llvm\ADT\hash_set"
Outputs="$(ProjectDir)..\llvm\ADT\hash_set"/>
</FileConfiguration>
</File>
@@ -135,7 +135,7 @@
<Tool
Name="VCCustomBuildTool"
Description="Generating $(SolutionDir)llvm\ADT\iterator"
- CommandLine="copy $(InputPath) $(ProjectDir)..\llvm\ADT\iterator"
+ CommandLine="copy $(InputPath) $(ProjectDir)..\llvm\ADT\iterator"
Outputs="$(ProjectDir)..\llvm\ADT\iterator"/>
</FileConfiguration>
</File>
More information about the llvm-commits
mailing list