arkpar
9d29f7d4be
moved ETH_MINIUPNPC to props on windows; fixed style
10 years ago
Tim Hughes
ab2ebe5a4e
#define _SCL_SECURE_NO_WARNINGS for MSVC to squash unwanted warnings.
11 years ago
Tim Hughes
fbf4ab84d1
Added projects for exp, lllc and sc. Plus couple of fixes.
11 years ago
Tim Hughes
efb99338f6
Fixed MSVC build errors and updated projects.
11 years ago
Tim Hughes
496a77bdf8
Fixed all the windows compile errors and project reorg with the exception of the more complex problem in Parser.cpp
11 years ago
Tim Hughes
246eba2869
Fixed windows build errors.
11 years ago
Tim Hughes
2e404fcee9
Fix VS2013 build again.
11 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
3c15f44bc0
Generate BuildInfo.h on VS2013 (using a short lua script to avoid cmake for now).
11 years ago
Tim Hughes
46fcf3b03c
Disable "unknown pragma" warning on VS 2013.
11 years ago
Tim Hughes
995062279c
Move ETH_VERSION to Common.h (for now) so it's picked up on MSVC.
11 years ago
Tim Hughes
e3f0a91e9c
Upgraded build script supporting automatic fetch/compile of Qt. Alethzero now compiles with static linking under VS 2013.
11 years ago
Tim Hughes
50af2c564f
Specify ETH_VERSION, ETH_BUILD_PLATFORM and ETH_BUILD_TYPE in common property sheet. Isn't ideal but we're not using cmake (yet) for VS 2013.
11 years ago
Tim Hughes
5bfa6a013b
Enable precompiled headers and multi-processor compilation. Much faster!
11 years ago
Tim Hughes
899a478a6f
Fix compile warnings on VS2013 (mainly size_t -> unsigned).
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