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

jvm.build « jvm - github.com/mono/ikvm-fork.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0ec84fc1419fc99449207327de9b08cddd4b1cc3 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0"?>
<project name="JVM" default="JVM">
    <target name="JVM">
        <property overwrite="false" name="ilasm_signoption" value="" />
        <exec program="../tools/asmref.exe" useruntimeengine="true" commandline="mscorlib ../bin/IKVM.Runtime.dll ../bin/IKVM.GNU.Classpath.dll" output="jvm_h.il" />
        <exec program="ilasm" commandline="/dll ${ilasm_signoption} /out:../bin/JVM.DLL jvm_h.il JVM.il" />
    </target>
</project>