2007-07-11 Jb Evain <jbevain@novell.com>

* mcs.1: add info about smcs.

svn path=/trunk/mono/; revision=81807
This commit is contained in:
Jb Evain 2007-07-11 16:06:48 +00:00
Родитель 5660a8b359
Коммит 1644071186
2 изменённых файлов: 13 добавлений и 3 удалений

Просмотреть файл

@ -1,3 +1,7 @@
2007-07-11 Jb Evain <jbevain@novell.com>
* mcs.1: add info about smcs.
2007-07-04 Atsushi Enomoto <atsushi@ximian.com>
* mcs.1 : we do not use fixed Latin1 by default.

Просмотреть файл

@ -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