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>2010-06-09 16:26:28 +0400
committerjfrijters <jfrijters>2010-06-09 16:26:28 +0400
commit248559fb690c8c1c6c0c88cd428c57a56c62e091 (patch)
tree023902d4806bdd70265dbd9f9472a73cfd4aa4de /openjdk/openjdk.build
parent0c2fcdf9c898081640dfa68a44dec48c4b4ee25c (diff)
Added "first-pass" build of IKVM.AWT.WinForms.dll and moved "native" AWT code from IKVM.Runtime.dll to IKVM.AWT.WinForms.dll.
Diffstat (limited to 'openjdk/openjdk.build')
-rw-r--r--openjdk/openjdk.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/openjdk/openjdk.build b/openjdk/openjdk.build
index 8e167456..1b98c21f 100644
--- a/openjdk/openjdk.build
+++ b/openjdk/openjdk.build
@@ -166,6 +166,7 @@
<target name="core" depends="version response.gen.txt">
<copy file="../bin/IKVM.Runtime.dll" todir="." />
+ <copy file="../bin/IKVM.AWT.WinForms.dll" todir="." />
<exec program="${project::get-base-directory()}/../bin/ikvmc.exe" useruntimeengine="true">
<arg value="-version:${VERSION}" />
<arg value="${signoption}" />