[Mono-devel-list] Cygwin patches

Urs Muff umuff at QUARK.com
Thu Apr 22 09:11:59 EDT 2004


I agree with gonzalo, I would only patch that for windows/cygwin, since on
windows/cygwin it would use M$.Net to host the assembly instead of mono if
the .exe would get launched, but on *nix it's different, and may even makes
sense.

- Urs

-----Original Message-----
From: mono-devel-list-admin at lists.ximian.com
[mailto:mono-devel-list-admin at lists.ximian.com] On Behalf Of Gonzalo
Paniagua Javier
Sent: Thursday, April 22, 2004 7:08 AM
To: Mono Development
Subject: Re: [Mono-devel-list] Cygwin patches

El jue, 22-04-2004 a las 11:55, Raja R Harinath escribió:
> Hi,
> 
> Urs Muff <umuff at QUARK.com> writes:
> 
> > Index: mono/runtime/Makefile.am
> > ===================================================================
> > RCS file: /mono/mono/runtime/Makefile.am,v
> > retrieving revision 1.56
> > diff -u -r1.56 Makefile.am
> > --- mono/runtime/Makefile.am	14 Apr 2004 03:20:01 -0000	1.56
> > +++ mono/runtime/Makefile.am	19 Apr 2004 16:15:38 -0000
> > @@ -64,7 +64,11 @@
> >  # Keep in sync with mono/mono/metadata/Makefile.am
> >  #
> >  assembliesdir = $(libdir)
> > +if PLATFORM_WIN32
> > +monobinsdir = $(libdir)
> > +else
> >  monobinsdir = $(bindir)
> > +endif
> 
> I think it's better to just do
> 
>   monobinsdir = $(libdir)
> 
> even in Unix.  The *.exe files appear unnatural, and don't actually get
> any benefit by being in $PATH.

What if I have binfmt_misc enabled? :-/

-Gonzalo


_______________________________________________
Mono-devel-list mailing list
Mono-devel-list at lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list



More information about the Mono-devel-list mailing list