I'm having an issue building 64-bit libcurl w/ VC14. I follow the instructions, but my install of VC14 is 32-bit (I cannot change this for the time being). However, at least in the Ui, I can cross compile 64-bit. The Makefile.vc and/or MakefileBuild.vc don't seem to allow me to easily designate the compiler, and it always ends up erroring out, telling me file.obj is x86 and I'm trying to compile x64, or something to that effect.
So, long story short, how can I tell nmake to use the 64-bit compiler?