summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@epfl.ch>2009-03-25 09:07:28 +0000
committerLukas Rytz <lukas.rytz@epfl.ch>2009-03-25 09:07:28 +0000
commit30306fec3b4a0241bc65e165330b355eb6a3dc36 (patch)
treebe332e4c1b81a85c7e7dd7809f7cb85164f9f642 /build.xml
parent4145de88b48e68746ae1669d1cc1f3d0f6bc89e2 (diff)
downloadscala-30306fec3b4a0241bc65e165330b355eb6a3dc36.tar.gz
scala-30306fec3b4a0241bc65e165330b355eb6a3dc36.tar.bz2
scala-30306fec3b4a0241bc65e165330b355eb6a3dc36.zip
some more msil stuff.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index b72239284c..18eb801b9c 100644
--- a/build.xml
+++ b/build.xml
@@ -216,6 +216,9 @@ LOCAL REFERENCE BUILD (LOCKER)
target="1.5" source="1.5">
<compilerarg line="${javac.args}"/>
</javac>
+ <!-- NOTE: Potential problem with maximal command line length on Windows
+ (32768 characters for XP, since executed with Java's "exec"). See
+ src/build/msil.xml for more details. -->
<scalacfork
destdir="${build-locker.dir}/classes/library"
compilerpathref="starr.classpath"