**** Merged r36954 from MCS ****
[mono.git] / mcs / README
index 3a0e1c7129e3c01a959ecdddb4ea8c5258b99357..cea5f11930b65b2e37d220ad676d9a4b0d1ca192 100755 (executable)
@@ -1,8 +1,7 @@
-
 This contains the Mono C# compiler as well as the Mono runtime
 library.
 
-See INSTALL for a guide to building and installing mcs.
+See INSTALL.txt for a guide to building and installing mcs.
 
 Layout:
 
@@ -21,6 +20,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.