make some room
[mono.git] / mcs / build / README.platforms
index a323ae7e418884a7732a51d509a84b310440c56d..70b7d5a6706e2427953b66dd26a62e38545d6270 100644 (file)
@@ -11,13 +11,16 @@ PLATFORM_RUNTIME
        The system runtime for executing CLR programs. Blank on Win32,
        probably $(RUNTIME) (the Mono runtime) on everything else.
 
+PLATFORM_CORLIB
+       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
        on this platform. Only should be done if the platform provides its
        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.
 
@@ -30,10 +33,6 @@ BOOTSTRAP_MCS
        assemblies if the user is doing a standalone build (that is, not
        a bootstrap).
 
-corlib
-       The name of corlib.dll. corlib.dll for the Mono runtime, mscorlib.dll
-       on Win32.
-
 hidden_prefix, hidden_suffix
        Prefix and suffix for hidden/temporary files. Unused right now, I think.