Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
[mono.git] / mcs / README
index 3a0e1c7129e3c01a959ecdddb4ea8c5258b99357..40bbfc2f802c950b569439eedbc70786e04f2937 100755 (executable)
@@ -2,7 +2,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 +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.