summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorilyas <ilyas@epfl.ch>2009-05-08 13:59:56 +0000
committerilyas <ilyas@epfl.ch>2009-05-08 13:59:56 +0000
commit2379eb4ebbd28c8892b50a1d9fa8a687099eea4d (patch)
tree92d590aef0deeb3cecd7915d18787816e454fc73 /build.xml
parent5671456e84381a463418e564bb6b71f160649dbb (diff)
downloadscala-2379eb4ebbd28c8892b50a1d9fa8a687099eea4d.tar.gz
scala-2379eb4ebbd28c8892b50a1d9fa8a687099eea4d.tar.bz2
scala-2379eb4ebbd28c8892b50a1d9fa8a687099eea4d.zip
optimized build fixed
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 961d583f3d..6bb08e077f 100644
--- a/build.xml
+++ b/build.xml
@@ -1164,6 +1164,7 @@ OPTIMISED COMPILER
<classpath>
<pathelement location="${build-optimised.dir}/classes/library"/>
<pathelement location="${build-optimised.dir}/classes/compiler"/>
+ <pathelement location="${build-optimised.dir}/classes/scalap"/>
<pathelement location="${build-optimised.dir}/classes/partest"/>
</classpath>
<include name="**/*.java"/>
@@ -1180,6 +1181,7 @@ OPTIMISED COMPILER
<compilationpath>
<pathelement location="${build-optimised.dir}/classes/library"/>
<pathelement location="${build-optimised.dir}/classes/compiler"/>
+ <pathelement location="${build-optimised.dir}/classes/scalap"/>
<pathelement location="${build-optimised.dir}/classes/partest"/>
<pathelement location="${ant.jar}"/>
</compilationpath>