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>2005-01-07 12:34:19 +0300
committerjfrijters <jfrijters>2005-01-07 12:34:19 +0300
commit72b850520604698d795e55227dcf6e3d142f750e (patch)
tree0eb2060a45b5a02c5e3c73e9ddd3e8b7f480c9f4 /jvm/jvm.build
parentad2b7aeb2bce47acad12cbdfde32a9d87bee5641 (diff)
*** empty log message ***
Diffstat (limited to 'jvm/jvm.build')
-rw-r--r--jvm/jvm.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/jvm/jvm.build b/jvm/jvm.build
index 345de288..0ec84fc1 100644
--- a/jvm/jvm.build
+++ b/jvm/jvm.build
@@ -1,7 +1,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 /out:../bin/JVM.DLL jvm_h.il JVM.il" />
+ <exec program="ilasm" commandline="/dll ${ilasm_signoption} /out:../bin/JVM.DLL jvm_h.il JVM.il" />
</target>
</project>