From 5707ac924ab3428832f5713689a0d105f2fc1e8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Tue, 28 Oct 2014 16:08:19 +0100 Subject: [PATCH] Disable LLVM dependency --- windows/Eth.vcxproj | 3 --- windows/LLVM.props | 2 +- windows/TestEthereum.vcxproj | 3 --- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/windows/Eth.vcxproj b/windows/Eth.vcxproj index d67d964f8..3af0a0bce 100644 --- a/windows/Eth.vcxproj +++ b/windows/Eth.vcxproj @@ -155,9 +155,6 @@ {826e68cb-d3ee-4a8a-b540-59a8c3f38d4f} - - {9c816740-5c11-4377-a3a7-46be12f35fa0} - diff --git a/windows/LLVM.props b/windows/LLVM.props index a5c6c4dc5..72fd53a85 100644 --- a/windows/LLVM.props +++ b/windows/LLVM.props @@ -2,7 +2,7 @@ - 1 + 0 ../../llvm ../../_build/llvm/$(Platform) $(LLVMSrcDir)\include;$(LLVMBuildDir)\include diff --git a/windows/TestEthereum.vcxproj b/windows/TestEthereum.vcxproj index d81fe613a..57542f0b4 100644 --- a/windows/TestEthereum.vcxproj +++ b/windows/TestEthereum.vcxproj @@ -192,9 +192,6 @@ {826e68cb-d3ee-4a8a-b540-59a8c3f38d4f} - - {9c816740-5c11-4377-a3a7-46be12f35fa0} -