mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
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.
This commit is contained in:
parent
cd2168ddda
commit
39a5c08051
3
main.cpp
3
main.cpp
@ -44,8 +44,7 @@ BOOST_AUTO_TEST_CASE(basic_tests)
|
|||||||
std::cout << toHex(s.out()) << std::endl;
|
std::cout << toHex(s.out()) << std::endl;
|
||||||
std::cout << sha3(s.out()) << std::endl;*/
|
std::cout << sha3(s.out()) << std::endl;*/
|
||||||
|
|
||||||
int r = 0;
|
// int r = 0;
|
||||||
|
|
||||||
// r += daggerTest();
|
// r += daggerTest();
|
||||||
// r += stateTest();
|
// r += stateTest();
|
||||||
// r += peerTest(argc, argv);
|
// r += peerTest(argc, argv);
|
||||||
|
Loading…
Reference in New Issue
Block a user