[Mono-devel-list] Cygwin patches

Raja R Harinath rharinath at novell.com
Thu Apr 22 05:55:07 EDT 2004


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.

- Hari



More information about the Mono-devel-list mailing list