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:
jwang36 2007-01-24 09:46:23 +00:00
parent 66a9a6f8e9
commit 16046b7615
1 changed files with 3 additions and 0 deletions

View File

@ -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.
-->