Paweł Bylica
b2f0fddead
Add vm.h file to TestEthereum project (Visual Studio)
10 years ago
Paweł Bylica
4d601dc955
Remove createRandomTest.cpp from TestEthereum project (Visual Studio)
10 years ago
Paweł Bylica
055097bc1f
Add createRandomTest.cpp to TestEhereum Visual Studio project
10 years ago
Paweł Bylica
71426520a1
Add LLVMEnable user macro in LLVM.props (VS property sheet) to allow easily disabling LLVM dependency
10 years ago
Paweł Bylica
399ba5a855
Updating Visual Studio project files
10 years ago
Paweł Bylica
0e56f2609d
Running vm_tests with JIT
10 years ago
Tim Hughes
ad4698e79e
VS2013 build working again:
- Added ICU download and compile steps to bootstrap.sh.
- Switched Qt to shared libraries and enabled ICU and Webkit.
- Switched to shared MS CRT.
- Disable C4244 and C4267 warnings since these are not picked up by GCC.
11 years ago
Tim Hughes
9afdfd50d5
Update TestEthereum.vcxproj
11 years ago
Tim Hughes
e0036b5f27
Update TestEthereum.vcxproj
11 years ago
Tim Hughes
43662cd8fa
Fixed VS2013 projects and compile errors.
Enable and fix addition warnings (-Wextra).
Disable unknown pragma warning (avoids messy wrapping pragmas in compiler guards).
Tidy up some of the waring suppression for 3rd part libraries by wrapping with a header.
11 years ago
Tim Hughes
5bfa6a013b
Enable precompiled headers and multi-processor compilation. Much faster!
11 years ago
Tim Hughes
f7ef906b03
All Visual Studio 2013 projects needed to compile command-line Ethereum, Tests and dependencies.
bootstrap.sh bash script to check out all the source code from scratch.
11 years ago
Tim Hughes
21a840e20a
Work in progress on Visual Studio 2013 compile fixes. Libethereum compiles again but not sorted out linking dependencies yet.
11 years ago
Tim Hughes
0dc9bc82fe
Projects, solution and fixes for Visual Studio 2013.
11 years ago