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>2013-02-21 20:56:08 +0400
committerjfrijters <jfrijters>2013-02-21 20:56:08 +0400
commit4bf1c0dca4e97a229381fd59592a1ce3224ea87a (patch)
tree63be3189e562949ee7d39e2f35f8f1c7caa3ae89 /ikvmstub/ikvmstub.build
parenta1ba4a280cb24b022833d7cf301c96ce11a8cd89 (diff)
Removed the old Java stub class generator and replaced it with the ikvmstub core.
Diffstat (limited to 'ikvmstub/ikvmstub.build')
-rw-r--r--ikvmstub/ikvmstub.build5
1 files changed, 3 insertions, 2 deletions
diff --git a/ikvmstub/ikvmstub.build b/ikvmstub/ikvmstub.build
index 02cd5342..8a829630 100644
--- a/ikvmstub/ikvmstub.build
+++ b/ikvmstub/ikvmstub.build
@@ -24,10 +24,11 @@
<include name="../runtime/Types.cs" />
<include name="../runtime/TypeWrapper.cs" />
<include name="../runtime/vm.cs" />
+ <include name="../runtime/stubgen/ClassFileWriter.cs" />
+ <include name="../runtime/stubgen/SerialVersionUID.cs" />
+ <include name="../runtime/stubgen/StubGenerator.cs" />
<include name="AssemblyInfo.cs" />
- <include name="ClassFileWriter.cs" />
<include name="ikvmstub.cs" />
- <include name="SerialVersionUID.cs" />
</sources>
<references>
<include name="../bin/ICSharpCode.SharpZipLib.dll" asis="true" />