audk/BaseTools/Source/Python/CommonDataClass
Yonghong Zhu f0dc69e61b BaseTools: Add support to merge Prebuild and Postbuild into build Process
This feature is enhance build tool to incorporate execution of prebuild
and postbuild.

1.Prebuild script
a.DEFINE PREBUILD in DSC [Defines] section
b.Build command -D PREBUILD to override the one in DSC [Defines] section
1)If PREBUILD is a file, then this file will be used as prebuild script.
2)If PREBUILD is empty, then prebuild script will be disabled.
3)If PREBUILD is not defined in [Defines] section and not passed in on
command line, then prebuild script is also disabled.

2.Prebuild option
a.All options of build tool
b.TARGET, ARCH and TOOL_CHAIN_TAG value, Those value will be from
target.txt file if they are not in build command line.
c.Additional options following prebuild definition. Quotes are needed
when these additional options are present.
d.Quotes would also be required if the path to the prebuild command
contains space or special characters.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
2016-04-07 13:13:22 +08:00
..
CommonClass.py BaseTools/Build: Add SDL support 2015-04-10 06:59:47 +00:00
DataClass.py BaseTools/ECC: Fix some issues of ECC tool 2014-12-09 06:41:58 +00:00
Exceptions.py Sync BaseTools Trunk (version r2387) to EDKII main trunk. 2011-10-29 06:59:30 +00:00
FdfClass.py BaseTools: Add a keyword FvNameString in FDF 2015-07-28 05:53:08 +00:00
ModuleClass.py Sync BaseTool trunk (version r2599) into EDKII BaseTools. 2013-08-23 02:18:16 +00:00
PackageClass.py Sync EDKII BaseTools to BaseTools project r1971 2010-05-18 05:04:32 +00:00
PlatformClass.py BaseTools: Add support to merge Prebuild and Postbuild into build Process 2016-04-07 13:13:22 +08:00
__init__.py Sync EDKII BaseTools to BaseTools project r1971 2010-05-18 05:04:32 +00:00