Don't exclude FileUtilies and ToolRunner from VC++ build

llvm-svn: 19748
This commit is contained in:
Jeff Cohen 2005-01-22 16:32:47 +00:00
parent 142b4a721f
commit 0e64c73e67
1 changed files with 3 additions and 6 deletions

View File

@ -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>