mirror_edk2/Tools/Source/GenBuild
jwang36 93f5dd0a0e 1) Changed ToolArg class to abstract generic arguments of a tool
2) Added FileArg class to abstract arguments which represent the path of a file
3) Changed the log method to EdkLog and the message format for flashmap, fwimage, gendepex, genfvimage, gensection, peirebase, strgather and vfrcompile tool. And changed these tools to use ToolArg and FileArg to keep their arguments.
4) Added more verbose message for OnDependency task
5) Changed MakeDeps tool to insert a file end flag. This is very useful when dependency check is broken occasionally
6) Cleaned the coding style of java code


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1519 6f19259b-4bc3-4df7-8a09-765794883524
2006-09-13 02:15:32 +00:00
..
org/tianocore/build 1) Changed ToolArg class to abstract generic arguments of a tool 2006-09-13 02:15:32 +00:00
build.xml Because Pcd entity, exception and some action package are shared by Building tools and Wizard Tools, so I move them to Tools/Source folder and generated PcdTools.jar, 2006-07-31 18:55:26 +00:00
GenBuild.msa It is bad to put PcdDatabase.java into CollectPCDAction.java class. So I move it out. 2006-08-01 06:50:47 +00:00
GenBuild.tasks Remove some unused code and adjust some code format. Modules build with FPD sequence. Delete three unused Java files. 2006-08-03 02:55:45 +00:00