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
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2002-10-05 21:10:11 +0400
committerMiguel de Icaza <miguel@gnome.org>2002-10-05 21:10:11 +0400
commita4d57c736b7c95bb0730dbc70a6b881cc603b835 (patch)
tree621bdb878c88fc2267850b6870cfe3737ac82f07 /mcs/README
parent5ca6d18eae2fc8be2c932fb87a7b89bd9c8938a4 (diff)
Small update
svn path=/trunk/mcs/; revision=7999
Diffstat (limited to 'mcs/README')
-rwxr-xr-xmcs/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/mcs/README b/mcs/README
index 3a0e1c7129e..89a8ff6c4ab 100755
--- a/mcs/README
+++ b/mcs/README
@@ -21,6 +21,21 @@ Layout:
tests/
Sample tests
+ docs/
+ Some notes on the compiler and the class libraries.
+
+ nant/
+ A copy of nant source code, used during the build process
+ on Windows.
+
+ tools/
+ Various small development tools: CorCompare used to compare
+ two assemblies for differences in the API; TypeReflector is
+ a tool used to introspect types from assemblies from the
+ command line; MonoStyle helps you keep your code indendented
+ with the Mono programming style.
+
+
Thanks a lot to Sergey Chaban for his help during the development of
the C# compiler.