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:
authorJb Evain <jbevain@gmail.com>2007-07-11 20:06:48 +0400
committerJb Evain <jbevain@gmail.com>2007-07-11 20:06:48 +0400
commit1644071186ed1c4365eceed556184e5318e19e99 (patch)
tree93c7579bb28dea280017e171add5d2a2b7da9631 /man/mcs.1
parent5660a8b3595782cd7208a283d6b354a1691b4cd5 (diff)
2007-07-11 Jb Evain <jbevain@novell.com>
* mcs.1: add info about smcs. svn path=/trunk/mono/; revision=81807
Diffstat (limited to 'man/mcs.1')
-rw-r--r--man/mcs.112
1 files changed, 9 insertions, 3 deletions
diff --git a/man/mcs.1 b/man/mcs.1
index 19e1d12ea2b..3021c95f1de 100644
--- a/man/mcs.1
+++ b/man/mcs.1
@@ -1,6 +1,6 @@
.TH mcs 1 "6 January 2001"
.SH NAME
-mcs, gmcs \- Mono C# Compiler (1.0 and 2.0)
+mcs, gmcs, smcs \- Mono C# Compiler (1.0, 2.0, 2.1)
.SH SYNOPSIS
.B mcs
[option] [source-files]
@@ -14,11 +14,17 @@ prepending the @ symbol to the response file name.
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
+C# 1.0 and 2.0 with the exception of generics and nullable types.
+.PP
+The
.I gmcs
-compiler is used to compile against the 2.x profile and implements
+compiler is used to compile against the 2.0 profile and implements
the complete C# 2.0 specification including generics.
.PP
+The
+.I smcs
+compiler is used to compile against the 2.1 profile.
+.PP
The Mono C# compiler accepts the same command line options that the
Microsoft C# compiler does. Those options can start with a slash or a
dash (/checked is the same as -checked). Additionally some GNU-like