[llvm-commits] CVS: llvm/win32/Support/Support.vcproj
Jeff Cohen
jeffc at jolt-lang.org
Sat Jan 22 08:32:58 PST 2005
Changes in directory llvm/win32/Support:
Support.vcproj updated: 1.9 -> 1.10
---
Log message:
Don't exclude FileUtilies and ToolRunner from VC++ build
---
Diffs of the changes: (+3 -6)
Support.vcproj | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
Index: llvm/win32/Support/Support.vcproj
diff -u llvm/win32/Support/Support.vcproj:1.9 llvm/win32/Support/Support.vcproj:1.10
--- llvm/win32/Support/Support.vcproj:1.9 Sat Jan 1 15:34:18 2005
+++ llvm/win32/Support/Support.vcproj Sat Jan 22 10:32:47 2005
@@ -128,14 +128,12 @@
<File
RelativePath="..\..\lib\Support\FileUtilities.cpp">
<FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="TRUE">
+ Name="Debug|Win32">
<Tool
Name="VCCLCompilerTool"/>
</FileConfiguration>
<FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="TRUE">
+ Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"/>
</FileConfiguration>
@@ -179,8 +177,7 @@
<File
RelativePath="..\..\lib\Support\ToolRunner.cpp">
<FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="TRUE">
+ Name="Debug|Win32">
<Tool
Name="VCCLCompilerTool"/>
</FileConfiguration>
More information about the llvm-commits
mailing list