summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorshack <shack@epfl.ch>2008-02-04 14:41:34 +0000
committershack <shack@epfl.ch>2008-02-04 14:41:34 +0000
commitd02988125b66f07f938324eaf83e9540713a2552 (patch)
treed5ccbdb1f6bea95229b0aaa1908322df0c64780f /build.xml
parent4ce201a6f46bc5fed018723a23968b2f654a46e5 (diff)
downloadscala-d02988125b66f07f938324eaf83e9540713a2552.tar.gz
scala-d02988125b66f07f938324eaf83e9540713a2552.tar.bz2
scala-d02988125b66f07f938324eaf83e9540713a2552.zip
Fixed MSIL build (thanks to Philipp)
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 2b321cd50b..a3e60b8c19 100644
--- a/build.xml
+++ b/build.xml
@@ -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"/>