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
This commit is contained in:
jwang36 2007-01-26 03:29:23 +00:00
parent 41da0f33d9
commit 01bf334d2c
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ if ""%1""=="""" goto arg_end
if ""%1""==""-q"" goto ant_arg if ""%1""==""-q"" goto ant_arg
if ""%1""==""-v"" goto ant_arg if ""%1""==""-v"" goto ant_arg
if ""%1""==""-d"" goto ant_arg if ""%1""==""-d"" goto ant_arg
if ""%1""==""-e"" goto ant_arg
if ""%1""==""-emacs"" goto ant_arg
goto ant_target goto ant_target