]> git.proxmox.com Git - mirror_edk2.git/commit - edksetup.bat
a) Supported MAKE command in tools_def.txt
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 11 Oct 2007 08:58:33 +0000 (08:58 +0000)
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 11 Oct 2007 08:58:33 +0000 (08:58 +0000)
commitb7509087b09ea8e121aae348892205700a75dfdc
tree7258f5f8918290d420f28cccc62535b17b0f1b9b
parent5b65d6045f23047c1b406c019f7f78769990743a
a) Supported MAKE command in tools_def.txt
b) Cleaned several message strings in code
c) Solved hang issue when the build.exe is broken by Ctrl+C
d) Added more specific information for "-v" option of build.exe
e) Added "-v"/"-d"/"-q" option for GenFds.exe in makefile if build.exe is called with one of them.
f) Removed the calling to vsvars32.bat and added "--nt32" option in edksetup.bat because the nmake.exe's path has been put in tools_def.txt and build.exe will use that information to call nmake.exe
g) Removed the calling to vsvars32.bat in BaseTools/toolsetup.bat

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4091 6f19259b-4bc3-4df7-8a09-765794883524
BaseTools/Bin/Win32/GenFds.exe
BaseTools/Bin/Win32/build.exe
BaseTools/Conf/tools_def.template
BaseTools/toolsetup.bat
edksetup.bat