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/README
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2009-05-09 23:19:24 +0400
committerMiguel de Icaza <miguel@gnome.org>2009-05-09 23:19:24 +0400
commit3fffe7c9f2c92781c43809e1f7282b09fce87b0b (patch)
treef058fc5bbdfd90c09d7948b6d8d33547d097b3af /README
parentc40c1561f613532f62d7fc1c9ce2de34ab8cc470 (diff)
Document and add full_messages
svn path=/trunk/mono/; revision=133831
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
index d436e14e793..4b51d32476a 100644
--- a/README
+++ b/README
@@ -324,6 +324,11 @@ This is Mono.
Disables support for the Ahead of Time
compilation.
+ attach:
+ Support for the Mono.Management assembly and the
+ VMAttach API (allowing code to be injected into
+ a target VM)
+
com:
Disables COM support.
@@ -333,6 +338,12 @@ This is Mono.
decimal:
Disables support for System.Decimal.
+ full_messages:
+ By default Mono comes with a full table
+ of messages for error codes. This feature
+ turns off uncommon error messages and reduces
+ the runtime size.
+
generics:
Generics support. Disabling this will not
allow Mono to run any 2.0 libraries or