Re: [edk2] [Patch] BaseTools: Support multi thread build Basetool on Windows

2018-08-29 Thread Gao, Liming
Subject: Re: [edk2] [Patch] BaseTools: Support multi thread build Basetool on > Windows > > This looks like a great change. Why not delete the bat file? > > Reviewed-by Jaben Carsey: > > Jaben > > > On Aug 28, 2018, at 8:28 AM, Liming Gao wrote: > > > &

Re: [edk2] [Patch] BaseTools: Support multi thread build Basetool on Windows

2018-08-28 Thread Carsey, Jaben
This looks like a great change. Why not delete the bat file? Reviewed-by Jaben Carsey: Jaben > On Aug 28, 2018, at 8:28 AM, Liming Gao wrote: > > From: Dongao Guo > > Add NmakeSubdirs.py to replace NmakeSubdirs.bat in VS Makefile. This script > will > invoke nmake in multi thread mode.

[edk2] [Patch] BaseTools: Support multi thread build Basetool on Windows

2018-08-28 Thread Liming Gao
From: Dongao Guo Add NmakeSubdirs.py to replace NmakeSubdirs.bat in VS Makefile. This script will invoke nmake in multi thread mode. It can save more than half time of BaseTools C clean build. GCC make supports multiple thread in make phase. So, GNNmakefile doesn't need apply this script.