mirror of https://github.com/acidanthera/audk.git
Fixed EDKT487. Added a <import> task to import UserExtension.xml if it exists for users to incorporate their own tasks or macro in the build process.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2296 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
66a9a6f8e9
commit
16046b7615
|
@ -10,6 +10,9 @@ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|||
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||
-->
|
||||
<project name="common">
|
||||
<!-- for user extended tasks or macros -->
|
||||
<import file="UserExtension.xml" optional="true"/>
|
||||
|
||||
<!--
|
||||
Macro for intialize some properties. This Macro build will be called before source file build.
|
||||
-->
|
||||
|
|
Loading…
Reference in New Issue