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: dd76d9b747ae83b7bb27336ecea81989ab67f272 (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0"?>
<project name="JVM" default="JVM">
    <target name="JVM">
        <exec program="../tools/asmref.exe" useruntimeengine="true" commandline="mscorlib" output="jvm_h1.il" />
        <exec program="../tools/asmref.exe" useruntimeengine="true" commandline="../bin/IKVM.Runtime.dll" output="jvm_h2.il" />
        <exec program="ilasm" commandline="/dll /out:../bin/JVM.DLL jvm_h1.il jvm_h2.il JVM.il" />
    </target>
</project>