Files
mercury/scripts
Peter Ross cc5c5872db Configure the version of the .NET std library that we are using instead
Estimated hours taken: 2.5
Branches: main

Configure the version of the .NET std library that we are using instead
of hard-coding it in the compiler.

aclocal.m4:
    Find the version number of the mscorlib assembly and record it in
    MS_DOTNET_LIBRARY_VERSION.

compiler/mlds_to_il.m:
doc/user_guide.texi:
    Use and document the option --dotnet-library-version.  This option
    is used to determine what version of the .NET standard libraries
    that we are using.

compiler/mlds_to_il.m:
    We no longer need to hard-code the hash for the mscorlib.dll.

scripts/mmc.in:
    Use the autoconfigured MS_DOTNET_LIBRARY_VERSION to set the
    --dotnet-library-version.  This is commented out for the moment
    until this change bootstraps.
2002-03-03 12:12:54 +00:00
..
2001-06-25 16:00:26 +00:00
2000-12-05 07:07:00 +00:00
2000-07-19 01:35:01 +00:00
2002-02-07 03:11:00 +00:00