In ilasm/codegen:
[mono.git] / man / mcs.1
index 227834b7b5e1c59ba7d61dd10dc7d498a44e22c4..9fe42ad3cdfc27f133d9a956de56ace0eb834f2a 100644 (file)
--- 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