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
path: root/man/mcs.1
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2005-10-08 01:25:44 +0400
committerMiguel de Icaza <miguel@gnome.org>2005-10-08 01:25:44 +0400
commitf9a2427fc6460b1e2fc07811ac91082ab8fe66f0 (patch)
tree40e27ff7839702f87119e51d6d90213230252fc3 /man/mcs.1
parent54c468e36c35b6f427bcb2f12e09e6ce6b605540 (diff)
Man
svn path=/trunk/mono/; revision=51444
Diffstat (limited to 'man/mcs.1')
-rw-r--r--man/mcs.110
1 files changed, 9 insertions, 1 deletions
diff --git a/man/mcs.1 b/man/mcs.1
index a5c79b5cd73..227834b7b5e 100644
--- a/man/mcs.1
+++ b/man/mcs.1
@@ -1,6 +1,6 @@
.TH mcs 1 "6 January 2001"
.SH NAME
-mcs \- Mono Compiler Suite.
+mcs, gmcs \- Mono Compiler Suite.
.SH SYNOPSIS
.B mcs
[option] [source-files]
@@ -11,6 +11,14 @@ compiler, and a set of source files. Extra options or arguments can
be provided in a response file. Response files are referenced by
prepending the @ symbol to the response file name.
.PP
+The
+.I mcs
+compiler is used to compile against the 1.x profile and implements
+C# 1.0 and 2.0 with the exception of generics and nullable types. The
+.I gmcs
+compiler is used to compile against the 2.x profile and implements
+the complete C# 2.0 specification.
+.PP
The Mono C# compiler accepts the same options than the Microsoft C#
compiler does. Those options can start with a slash or a dash
(/checked is the same as -checked). Additionally to this, the