> Can you please help as how I could specify the number of threads to be used > in the command line builds i.e. something like > > (For nmake) > > Cmd > nmake –j5 > > (For Visual Studio 2008) > > cmd> cmake –-build . –j5 > Use vcbuild or msbuild John