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:
Tim Hughes 2014-04-21 14:06:40 +01:00
parent cd2168ddda
commit 39a5c08051

View File

@ -44,8 +44,7 @@ BOOST_AUTO_TEST_CASE(basic_tests)
std::cout << toHex(s.out()) << std::endl;
std::cout << sha3(s.out()) << std::endl;*/
int r = 0;
// int r = 0;
// r += daggerTest();
// r += stateTest();
// r += peerTest(argc, argv);