]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: process the files by the priority in BUILDRULEORDER
authorYonghong Zhu <yonghong.zhu@intel.com>
Mon, 7 Dec 2015 09:09:31 +0000 (09:09 +0000)
committeryzhu52 <yzhu52@Edk2>
Mon, 7 Dec 2015 09:09:31 +0000 (09:09 +0000)
commit48aed71c6572db9204bfa8af090039d5f24f5bea
tree6adb612d1155ef0f21c89e98f317d73169333078
parent4aa9826def3bf9d817e7d245d46886a31de92c15
BaseTools: process the files by the priority in BUILDRULEORDER

By the BUILDRULEORDER feature to process files listed in INF [Sources]
sections in priority order, if a filename is listed with multiple
extensions, the tools will use only the file that matches the first
extension in the space separated list.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19143 6f19259b-4bc3-4df7-8a09-765794883524
BaseTools/Source/Python/AutoGen/AutoGen.py