summaryrefslogtreecommitdiff
path: root/win32/System
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-11-16 06:57:30 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-11-16 06:57:30 +0000
commitdac56e65186e16c2f8ab0d7ceebe1b3f495f7265 (patch)
tree298481be566ded23d7b2c513dabb26dc121fddbc /win32/System
parent8311befb6968a581a3abdce1e13b5d63922662f7 (diff)
downloadllvm-dac56e65186e16c2f8ab0d7ceebe1b3f495f7265.tar.gz
llvm-dac56e65186e16c2f8ab0d7ceebe1b3f495f7265.tar.bz2
llvm-dac56e65186e16c2f8ab0d7ceebe1b3f495f7265.tar.xz
Remove dupliate buid of Signals.cpp
Patch contributed by Jeff Cohen. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17888 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/System')
-rw-r--r--win32/System/System.vcproj6
1 files changed, 4 insertions, 2 deletions
diff --git a/win32/System/System.vcproj b/win32/System/System.vcproj
index c17ec861ea..5ac35887a4 100644
--- a/win32/System/System.vcproj
+++ b/win32/System/System.vcproj
@@ -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"/>