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:
authorSean MacIsaac <macisaac@mono-cvs.ximian.com>2001-07-16 12:11:12 +0400
committerSean MacIsaac <macisaac@mono-cvs.ximian.com>2001-07-16 12:11:12 +0400
commit2bfb6c885de1a9b0378b1800d1c372db01c59a97 (patch)
tree3ad80f62ba94152ee128c353ecde7e779893248b /web/c-sharp
parentdd1f100f5c2be75c00ce56a367ef41cc996a0f49 (diff)
* ByNamespace.xsl: Needed by ByNamespace.cs.
* ByNamespace.cs: Generates html by namespace.. * ByMaintainer.xsl: Needed by ByMaintainer.cs. * ByMaintainer.cs: Generates html by maintainer. * class.xml: Class maintainers go here. * maintainers.xml: Only maintaining email/name pairs here. * compare-assembly.cs: Started refactoring to give what Migee wants. svn path=/trunk/mono/; revision=180
Diffstat (limited to 'web/c-sharp')
-rw-r--r--web/c-sharp14
1 files changed, 0 insertions, 14 deletions
diff --git a/web/c-sharp b/web/c-sharp
index c37fe559200..96cb8368798 100644
--- a/web/c-sharp
+++ b/web/c-sharp
@@ -133,19 +133,5 @@ A: No, currently I am using Jay which is a port of Berkeley Yacc to
In the future I want to port one of the Bison/Java ports to C# for
the parser.
-Q: How do I compile it?
-
-A: Compiling MCS currently requires you to run my port of <a
- href="http://primates.ximian.com/~miguel/code/jay.cs.tar.gz">Jay to
- 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.
-
You might also want to look at the <a href="faq.html#gcc">GCC</a>
section on the main FAQ