a. Changed MYTOOLS to use Visual Studio Team Suite for IA32 and X64. IPF is still use WINDKK.

b. Re-generated build.exe and GenFds.exe to incorporate new changes of build tools
c. Enable multi-thread build mode by default


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4246 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jwang36
2007-10-31 09:07:31 +00:00
parent 34ec75fc96
commit 04e031d000
4 changed files with 36 additions and 51 deletions

View File

@@ -63,9 +63,9 @@ TOOL_CHAIN_TAG = MYTOOLS
# This feature is only available for "spawn" build mode, and
# only for PLATFORM build. The clean, cleanall or
# stand-alone module build is still using the normal way.
MULTIPLE_THREAD = Disable
MULTIPLE_THREAD = Enable
# MAX_CONCURRENT_THREAD_NUMBER NUMBER Optional The number of concurrent threads. Default is 2. Recommend to
# set this value to one more than the number of your compurter
# cores or CPUs.
MAX_CONCURRENT_THREAD_NUMBER = 2
MAX_CONCURRENT_THREAD_NUMBER = 1