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
path: root/jvm
diff options
context:
space:
mode:
authorjfrijters <jfrijters>2004-12-03 10:57:15 +0300
committerjfrijters <jfrijters>2004-12-03 10:57:15 +0300
commit85d29db687aea6efcf6c8bae8e6e61a2486d6414 (patch)
tree3d6a269f6d958a1f06700edb153785982bbe5e8b /jvm
parent8508aceed4d552cd72868da435edcb0abe0a7962 (diff)
*** empty log message ***
Diffstat (limited to 'jvm')
-rw-r--r--jvm/jvm.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/jvm/jvm.build b/jvm/jvm.build
index 7e5b743a..dd76d9b7 100644
--- a/jvm/jvm.build
+++ b/jvm/jvm.build
@@ -1,8 +1,8 @@
<?xml version="1.0"?>
<project name="JVM" default="JVM">
<target name="JVM">
- <exec program="../tools/asmref" useruntimeengine="true" commandline="mscorlib" output="jvm_h1.il" />
- <exec program="../tools/asmref" useruntimeengine="true" commandline="../bin/IKVM.Runtime.dll" output="jvm_h2.il" />
+ <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>