Details
Description
Right now to build Mesos on Windows, we need to start the build process in VS (or NMake or whatever), then when it fails, we need to go to the third-party libraries like glog and build them individually and separately.
A better idea would be to have batch scripts that will build them inline, as part of the normal build process. haosdent has a good start here: https://reviews.apache.org/r/37273/ and https://reviews.apache.org/r/37275/