[m-rev.] for review: autoconfigure which version of .NET std lib to use

Peter Ross peter.ross at miscrit.be
Sat Mar 2 00:52:35 AEDT 2002


On Fri, Mar 01, 2002 at 11:26:41PM +1100, Fergus Henderson wrote:
> On 01-Mar-2002, Peter Ross <peter.ross at miscrit.be> wrote:
> > +++ scripts/mmc.in	1 Mar 2002 10:30:21 -0000
> > @@ -34,11 +34,15 @@
> >  NUM_REAL_R_TEMPS=@NUM_REAL_R_TEMPS@
> >  HAVE_DELAY_SLOT=@HAVE_DELAY_SLOT@
> >  HAVE_BOXED_FLOATS=@HAVE_BOXED_FLOATS@
> > +DOTNET_LIBRARY_VERSION=@MS_DOTNET_LIBRARY_VERSION@
> 
> You should be consistent about whether or not it has an MS_ prefix.
> 
> Since there is a non-MS implementation, it should not have an MS_ prefix.
> 
I have gone the other way since we are specifically examining
mscorlib.dll which is *only* distributed with the MS version.  It is
called corlib.dll on Mono, I believe.  Note that in the long run, the
compiler should be a native il executable and will be able to use
System.Reflection to find this information, so this option should only
be needed until we bootstrap the compiler.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list