From: jwang36 Date: Fri, 26 Jan 2007 03:29:23 +0000 (+0000) Subject: Added -e and -emacs to support no leading task name in each line of log on screen X-Git-Tag: edk2-stable201903~23557 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=01bf334d2c017095a1776c2c42fe5dd0337cff0a Added -e and -emacs to support no leading task name in each line of log on screen git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2320 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/Tools/bin/build.bat b/Tools/bin/build.bat index 590bed8182..778004abc9 100644 --- a/Tools/bin/build.bat +++ b/Tools/bin/build.bat @@ -16,6 +16,8 @@ if ""%1""=="""" goto arg_end if ""%1""==""-q"" goto ant_arg if ""%1""==""-v"" goto ant_arg if ""%1""==""-d"" goto ant_arg +if ""%1""==""-e"" goto ant_arg +if ""%1""==""-emacs"" goto ant_arg goto ant_target