- renamed msil.predef build target to msil

- added clean.msil target


git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@9974 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
mihaylov 2007-02-13 08:35:18 +00:00
parent cbe58f33c8
commit 967910c1d0
1 changed files with 6 additions and 2 deletions

View File

@ -574,9 +574,9 @@ MSIL
</target>
<target name="msil.predef" depends="setup.quick, msil.sources">
<target name="msil" depends="setup.quick, msil.sources">
<quick srcdir="${msil.dir}/src" usepredefs="no" target="msil"
assemname="predef" assemrefs="${lib.dir}">
assemname="${msil.dir}/predef" assemrefs="${lib.dir}">
<include name="scala/Predef.scala" />
<include name="scala/Console.scala" />
<include name="scala/Application.scala" />
@ -1152,6 +1152,10 @@ CLEAN
<remove dir="${build.dir}"/>
</target>
<target name="clean.msil" description="Removes all MSIL build products">
<remove dir="${msil.dir}"/>
</target>
<target name="clean.all"
description="Removes all build products and distributions">
<remove dir="${build.dir}"/>