Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjfrijters <jfrijters>2011-05-10 13:55:05 +0400
committerjfrijters <jfrijters>2011-05-10 13:55:05 +0400
commit404a7e8ec28935f05a785d286a8c5f053da21318 (patch)
tree5e17e1f695323d7c90fd24d0a04255cb38d6b605 /openjdk/openjdk.build
parent88cf8c581767ebd797a0b46ecae86d335157da9b (diff)
Specify "-cp dummy" for javac compile to avoid using the CLASSPATH.
Diffstat (limited to 'openjdk/openjdk.build')
-rw-r--r--openjdk/openjdk.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/openjdk/openjdk.build b/openjdk/openjdk.build
index 229b80c7..3b7043bd 100644
--- a/openjdk/openjdk.build
+++ b/openjdk/openjdk.build
@@ -97,7 +97,7 @@
</replacetokens>
</filterchain>
</copy>
- <exec program="javac" commandline="-J-Xmx1536M -g -nowarn -bootclasspath mscorlib.jar${pathsep}System.jar${pathsep}System.Core.jar${pathsep}System.Data.jar${pathsep}System.Drawing.jar${pathsep}IKVM.Runtime.jar @allsources.gen.lst" useruntimeengine="false" />
+ <exec program="javac" commandline="-J-Xmx1536M -g -nowarn -cp dummy -bootclasspath mscorlib.jar${pathsep}System.jar${pathsep}System.Core.jar${pathsep}System.Data.jar${pathsep}System.Drawing.jar${pathsep}IKVM.Runtime.jar @allsources.gen.lst" useruntimeengine="false" />
</target>
<target name="rmi">