Browse Source

Disable LLVM dependency

cl-refactor
Paweł Bylica 10 years ago
parent
commit
5707ac924a
  1. 3
      windows/Eth.vcxproj
  2. 2
      windows/LLVM.props
  3. 3
      windows/TestEthereum.vcxproj

3
windows/Eth.vcxproj

@ -155,9 +155,6 @@
<ProjectReference Include="..\windows\LibEthereum.vcxproj">
<Project>{826e68cb-d3ee-4a8a-b540-59a8c3f38d4f}</Project>
</ProjectReference>
<ProjectReference Include="LibEvmJit.vcxproj">
<Project>{9c816740-5c11-4377-a3a7-46be12f35fa0}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\eth\main.cpp" />

2
windows/LLVM.props

@ -2,7 +2,7 @@
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros">
<LLVMEnabled>1</LLVMEnabled>
<LLVMEnabled>0</LLVMEnabled>
<LLVMSrcDir>../../llvm</LLVMSrcDir>
<LLVMBuildDir>../../_build/llvm/$(Platform)</LLVMBuildDir>
<LLVMIncludeDir>$(LLVMSrcDir)\include;$(LLVMBuildDir)\include</LLVMIncludeDir>

3
windows/TestEthereum.vcxproj

@ -192,9 +192,6 @@
<ProjectReference Include="LibEthereum.vcxproj">
<Project>{826e68cb-d3ee-4a8a-b540-59a8c3f38d4f}</Project>
</ProjectReference>
<ProjectReference Include="LibEvmJit.vcxproj">
<Project>{9c816740-5c11-4377-a3a7-46be12f35fa0}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">

Loading…
Cancel
Save