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>2007-08-22 15:51:14 +0400
committerjfrijters <jfrijters>2007-08-22 15:51:14 +0400
commit902cd58a620cf0776e38ba6951b44ea94917cefa (patch)
tree4455639efe3c14c21408fcdc7cc7530560dc1fc1 /ikvm.build
parent567e70a44dfa56caa7df036eead92b2eec4c0072 (diff)
Renamed IKVM.Hybrid.GNU.Classpath.OpenJDK.dll to IKVM.OpenJDK.ClassLibrary.dll and made OpenJDK build the default.
Diffstat (limited to 'ikvm.build')
-rw-r--r--ikvm.build12
1 files changed, 6 insertions, 6 deletions
diff --git a/ikvm.build b/ikvm.build
index d9088f4e..2dbb4c75 100644
--- a/ikvm.build
+++ b/ikvm.build
@@ -6,18 +6,18 @@
<property name="ilasm_signoption" value="/key:@ikvm-key" />
<call target="all" />
</target>
- <target name="hybrid">
- <property name="hybrid" value="true" />
+ <target name="classpath">
+ <property name="classpath" value="true" />
<call target="all" />
</target>
<target name="all">
- <property overwrite="false" name="hybrid" value="false" />
+ <property overwrite="false" name="classpath" value="false" />
<nant buildfile="tools/tools.build" />
<nant buildfile="runtime/runtime.build" target="first-pass" />
<nant buildfile="native/native.build" />
<nant buildfile="ikvmc/ikvmc.build" />
- <nant unless="${hybrid}" buildfile="classpath/classpath.build" />
- <nant if="${hybrid}" buildfile="openjdk/openjdk.build" />
+ <nant if="${classpath}" buildfile="classpath/classpath.build" />
+ <nant unless="${classpath}" buildfile="openjdk/openjdk.build" />
<nant buildfile="runtime/runtime.build" />
<nant buildfile="ikvm/ikvm.build" />
<nant buildfile="ikvmstub/ikvmstub.build" />
@@ -32,7 +32,7 @@
<include name="bin/IKVM.AWT.WinForms.dll" />
<include name="bin/IKVM.Runtime.dll" />
<include name="bin/IKVM.GNU.Classpath.dll" />
- <include name="bin/IKVM.Hybrid.GNU.Classpath.OpenJDK.dll" />
+ <include name="bin/IKVM.OpenJDK.ClassLibrary.dll" />
<include name="bin/ikvm-native.dll" />
<include name="bin/libikvm-native.so" />
<include name="bin/ikvm.exe" />