summaryrefslogtreecommitdiff
path: root/Tools/Source/Cpptasks/build.xml
diff options
context:
space:
mode:
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2006-07-09 14:14:00 +0000
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2006-07-09 14:14:00 +0000
commita78287690899b05a748425616108df91b15b4090 (patch)
treeb8582640f02f64a1718c26651b0536e265c31ad1 /Tools/Source/Cpptasks/build.xml
parent908b1c0595edeeb3b746c8326156c974abec5f0a (diff)
downloadedk2-platforms-a78287690899b05a748425616108df91b15b4090.tar.xz
Update the binary MSA to say they were binary, fixed an abstract, changed a module UiName, changed tool default values in the build.xml files to give the name of the tool, rather than all, so when building the tools, you can tell what tool it is trying to build.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@848 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/Source/Cpptasks/build.xml')
-rw-r--r--Tools/Source/Cpptasks/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/Source/Cpptasks/build.xml b/Tools/Source/Cpptasks/build.xml
index adbef6d98c..33300f89cf 100644
--- a/Tools/Source/Cpptasks/build.xml
+++ b/Tools/Source/Cpptasks/build.xml
@@ -9,13 +9,13 @@ http://opensource.org/licenses/bsd-license.php
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="CppTasks" default="all" basedir=".">
+<project name="CppTasks" default="CppTasks" basedir=".">
<taskdef resource="net/sf/antcontrib/antlib.xml"/>
<property environment="env"/>
<property name="workspace" value="${env.WORKSPACE}"/>
<property name="buildDir" value="build"/>
<property name="installLocation" value="${workspace}/Tools/Jars"/>
- <target name="all" depends="install"/>
+ <target name="CppTasks" depends="install"/>
<target name="init">
<uptodate property="jar.newer" targetfile="${installLocation}/cpptasks.jar">
<srcfiles dir="net" includes="**"/>