X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2FREADME;h=89a8ff6c4abc398648251dc17f175e2e361201a0;hb=bfae0b67e39ed907e3f2a137e40e9320d5197754;hp=3a0e1c7129e3c01a959ecdddb4ea8c5258b99357;hpb=526427e05bc922ce166fc48c3f0c2f4830606693;p=mono.git 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.