Added target Wizard which just relies on the SurfaceArea. Also fixed the echo messages.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1173 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -14,7 +14,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||||||
<taskdef resource="net/sf/antcontrib/antlib.xml"/>
|
<taskdef resource="net/sf/antcontrib/antlib.xml"/>
|
||||||
<property environment="env"/>
|
<property environment="env"/>
|
||||||
|
|
||||||
<target name="all" depends="C_Code"/>
|
<target name="all" depends="C_Code">
|
||||||
|
<echo message="The EDK II Tools build has completed!"/>
|
||||||
|
</target>
|
||||||
|
|
||||||
<target name="C_Code" depends="JavaCode">
|
<target name="C_Code" depends="JavaCode">
|
||||||
<subant target="" inheritall="false">
|
<subant target="" inheritall="false">
|
||||||
@ -38,6 +40,17 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||||||
Source/FrameworkWizard/build.xml
|
Source/FrameworkWizard/build.xml
|
||||||
"/>
|
"/>
|
||||||
</subant>
|
</subant>
|
||||||
|
<echo message="The EDK II Java Tools build has completed!"/>
|
||||||
|
</target>
|
||||||
|
|
||||||
|
<target name="Wizard" depends="SurfaceArea">
|
||||||
|
<subant target="" verbose="true" inheritall="false">
|
||||||
|
<!-- Note: this is an ordered list. The projects have dependencies between them. -->
|
||||||
|
<filelist dir="."
|
||||||
|
files="
|
||||||
|
Source/FrameworkWizard/build.xml
|
||||||
|
"/>
|
||||||
|
</subant>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="SurfaceArea" depends="makeCatalog">
|
<target name="SurfaceArea" depends="makeCatalog">
|
||||||
|
Reference in New Issue
Block a user