diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2004-11-16 06:57:30 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2004-11-16 06:57:30 +0000 |
| commit | 2732be9e52306637c1282a489a973062e30c08b2 (patch) | |
| tree | 7e2e2c1264a3f18762a0e108a68a0d0786c6badf | |
| parent | a057cd24015c915502596be9c13175cb200ee228 (diff) | |
| download | bcm5719-llvm-2732be9e52306637c1282a489a973062e30c08b2.tar.gz bcm5719-llvm-2732be9e52306637c1282a489a973062e30c08b2.zip | |
Remove dupliate buid of Signals.cpp
Patch contributed by Jeff Cohen.
llvm-svn: 17888
| -rw-r--r-- | llvm/win32/System/System.vcproj | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/llvm/win32/System/System.vcproj b/llvm/win32/System/System.vcproj index c17ec861ea5..5ac35887a4f 100644 --- a/llvm/win32/System/System.vcproj +++ b/llvm/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"/> |

