X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fbuild%2FREADME.platforms;h=70b7d5a6706e2427953b66dd26a62e38545d6270;hb=0b7a3fae240f03ceaf5ea03556cd89603b6302ad;hp=cd453269623a88c67b3128bebedf1bf4e55a5b42;hpb=31e6ad00e20b2dc62d6e9d09a4969e9b623746f1;p=mono.git diff --git a/mcs/build/README.platforms b/mcs/build/README.platforms index cd453269623..70b7d5a6706 100644 --- a/mcs/build/README.platforms +++ b/mcs/build/README.platforms @@ -12,8 +12,7 @@ PLATFORM_RUNTIME probably $(RUNTIME) (the Mono runtime) on everything else. PLATFORM_CORLIB - The name of the system's corlib. 'mscorlib.dll' for windows, - corlib.dll for mono-based. + The name of the system's corlib. 'mscorlib.dll' PLATFORM_MAKE_CORLIB_CMP Define it to something nonempty if corlib_cmp.dll should be built @@ -21,7 +20,7 @@ PLATFORM_MAKE_CORLIB_CMP own non-Mono runtime that we can compare corlibs with. PLATFORM_TWEAK_CORLIB_SOURCES - A command to futz around with the sources to corlib.dll. See linux.make + A command to futz around with the sources to mscorlib.dll. See linux.make and win32.make for examples. Should be 'cat' unless you know what you're doing.