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>2006-02-10 20:23:18 +0300
committerMiguel de Icaza <miguel@gnome.org>2006-02-10 20:23:18 +0300
commitc1d6e281eb98f8d677905343a332829e087d3a69 (patch)
tree30f8a9d3f6ac6935099820e9582c0c9fd0ca6a32 /man/mcs.1
parentf02e2e1bdfd451dd281b3aabe92065aa098a8036 (diff)
Update
svn path=/trunk/mono/; revision=56764
Diffstat (limited to 'man/mcs.1')
-rw-r--r--man/mcs.15
1 files changed, 5 insertions, 0 deletions
diff --git a/man/mcs.1 b/man/mcs.1
index 227834b7b5e..9fe42ad3cdf 100644
--- a/man/mcs.1
+++ b/man/mcs.1
@@ -144,6 +144,11 @@ is to omit the switch.
ISO-1 - Restrict compiler to use only ISO standardized features.
The usage of features such as generics, static classes, anonymous
methods will lead to error.
+.Sp
+Notice that this flag only controls the language features available to
+the programmer, it does not control the kind of assemblies produced.
+Programs compiled with mcs will reference the 1.1 APIs, Programs
+compiled with gmcs reference the 2.0 APIs.
.TP
.I -lib:PATHLIST
Each path specified in the comma-separated list will direct the