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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2001-06-22 23:46:13 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-06-22 23:46:13 +0400
commitfe9fb1dd934a4f65c9ca2e10283e9748854a6489 (patch)
treeb73cac21e93b8d69e5ab5108a4debc42f4f979af /web/c-sharp
parentdc79f25c40fae2e048aa0596c1c2d8335feb78ac (diff)
Lots of more work on the disassembler and supporting runtime
svn path=/trunk/mono/; revision=25
Diffstat (limited to 'web/c-sharp')
-rw-r--r--web/c-sharp4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/c-sharp b/web/c-sharp
index 69f391ab323..03e58f154d0 100644
--- a/web/c-sharp
+++ b/web/c-sharp
@@ -110,6 +110,10 @@ A: Compiling MCS currently requires you to run my port of <a
C#</a> on a Unix system to generate the parser, and then you need
to use Microsoft's .NET csc.exe compiler to compile the compiler.
+ You only need to compile the compiler compiler (C code), the
+ samples are Java samples that I did not port, and you do not need
+ them.
+
It might be simple to port Jay.cs to Windows, but I have not tried
this.