1.add code to support friendly output message.

2.fix the bug, and support "ContextTool /?"

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1831 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jjin9
2006-10-24 01:02:59 +00:00
parent 0bab6d041a
commit c81f5d4433
5 changed files with 42 additions and 234 deletions

View File

@@ -29,7 +29,7 @@ if not exist %WORKSPACE%\Tools\Jars\ContextTool.jar (
)
@REM Run Framework Wizard
call "java" -cp "%WORKSPACE%\Tools\Jars\ContextTool.jar" org.tianocore.context.ContextMain %*
java -cp %WORKSPACE%\Tools\Jars\ContextTool.jar org.tianocore.context.ContextMain %*
goto end