[Mono-devel-list] Cygwin patches

Gonzalo Paniagua Javier gonzalo at ximian.com
Thu Apr 22 09:08:10 EDT 2004


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





More information about the Mono-devel-list mailing list