Make the Windows builds parallel
Apparently the nmake has capability to run builds in parallel, we just haven't enable such option. Unfortunately, my knowledge of VS build system is at the "random monkeys smashing keyboard buttons", so unless the search engine results help, somebody will need to look into this in more detail.
The parametrized win64 build now has something like set CL=/MP
, so we'll see.