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>2002-12-18 19:00:25 +0300
committerjfrijters <jfrijters>2002-12-18 19:00:25 +0300
commit59d175f0205a15dec48c593c215d6b6f560e9097 (patch)
tree3e25ec05e2f6156c193113937af3c453bbed36bb /ikvm.build
Initial revision
Diffstat (limited to 'ikvm.build')
-rw-r--r--ikvm.build19
1 files changed, 19 insertions, 0 deletions
diff --git a/ikvm.build b/ikvm.build
new file mode 100644
index 00000000..fe36fad7
--- /dev/null
+++ b/ikvm.build
@@ -0,0 +1,19 @@
+<?xml version="1.0"?>
+<project name="ikvm" default="all">
+ <!--
+ NOTE because of the circular dependencies, we don't use NAnt dependencies,
+ but some predefined order, that hopefully makes sense.
+ Please note that, because of the circular dependencies, the BIN directory
+ needs to contain the IK.VM.NET.dll and classpath.dll binaries, before the project
+ can be built.
+ -->
+ <target name="all">
+ <nant buildfile="ikvmc/ikvmc.build" />
+ <nant buildfile="netexp/netexp.build" />
+ <nant buildfile="ik.vm.jni/ik.vm.jni.build" />
+ <nant buildfile="ik.vm.net/ik.vm.net.build" />
+ <nant buildfile="classpath/classpath.build" />
+ <nant buildfile="ikvm/ikvm.build" />
+ <nant buildfile="awt/awt.build" />
+ </target>
+</project>