I have traditionally done my solution builds at the command line using devenv.exe. However this doesn't use all my cores. I did a search online and saw that msbuild does just this and with /m:8 uses all of my 8 cores. However it only builds the (C++) vcxproj projects in my solution not the vfproj ones. Are Fortran projects not supported under msbuild? If not how can I use all my 8 cores at the command line? I can do this using the Visual Studio environment, so presumably I can at the command line.
↧