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:
parent
ffaac4d3cf
commit
5dbcc1fff4
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue