Updates to Visual C++ project files for building on win32.

Patch contributed by Morten Ofstad.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17829 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2004-11-15 17:28:08 +00:00
parent 101142970b
commit 9befac48d7
2 changed files with 2 additions and 7 deletions

View File

@ -230,15 +230,13 @@
<File
RelativePath="..\..\lib\System\Win32\Signals.cpp">
<FileConfiguration
Name="Debug|Win32"
ExcludedFromBuild="TRUE">
Name="Debug|Win32">
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
ExcludedFromBuild="TRUE">
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)/$(InputName)1.obj"/>

View File

@ -141,9 +141,6 @@
<File
RelativePath="..\..\lib\VMCore\LeakDetector.cpp">
</File>
<File
RelativePath="..\..\lib\VMCore\Linker.cpp">
</File>
<File
RelativePath="..\..\lib\VMCore\Mangler.cpp">
</File>