Fixed MSIL build (thanks to Philipp)

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@13879 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
shack 2008-02-04 14:41:34 +00:00
parent ffaac4d3cf
commit 5dbcc1fff4
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,7 @@ PROPERTIES
<!-- Defines the product being built -->
<property name="vendor.name" value="LAMP/EPFL"/>
<property name="copyright.string" value="(c) 2002-2008 ${vendor.name}"/>
<property name="java.flags" value="-Xmx256M -Xms16M"/>
<property name="java.flags" value="-Xmx768M -Xms16M"/>
<property name="number.file" value="${basedir}/build.number"/>
<!-- Configuring how the compiler is run -->
@ -975,6 +975,7 @@ MSIL
assemname="${msil.dir}/predef" assemrefs="${lib.dir}"
failonerror="false">
<include name="scala/Predef.scala"/>
<include name="scala/Option.scala"/>
<include name="scala/Console.scala"/>
<include name="scala/Application.scala"/>
<include name="scala/ByNameFunction.scala"/>