more svn property cleanups
[mono.git] / mcs / README
old mode 100755 (executable)
new mode 100644 (file)
index 3a0e1c7..cea5f11
@@ -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.