forked from OSchip/llvm-project
Remove dupliate buid of Signals.cpp
Patch contributed by Jeff Cohen. llvm-svn: 17888
This commit is contained in:
parent
a057cd2401
commit
2732be9e52
|
@ -230,13 +230,15 @@
|
|||
<File
|
||||
RelativePath="..\..\lib\System\Win32\Signals.cpp">
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32">
|
||||
Name="Debug|Win32"
|
||||
ExcludedFromBuild="TRUE">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32">
|
||||
Name="Release|Win32"
|
||||
ExcludedFromBuild="TRUE">
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
|
||||
|
|
Loading…
Reference in New Issue