[Mono-devel-list] Patch for install using gacutil
Raja R Harinath
rharinath at novell.com
Thu Apr 29 23:27:29 EDT 2004
Hi Bernie,
"Bernie Solomon" <bernard at ugsolutions.com> writes:
> This is a small straightforward patch for the new install using gacutil for
> machines that default to the interpreter.
>
> OK?
Looks OK. I've got one more change. I'll add that and commit it.
- Hari
> --- net_1_1/Makefile.am 29 Apr 2004 06:43:25 -0000 1.6
> +++ net_1_1/Makefile.am 29 Apr 2004 20:24:21 -0000
> @@ -5,6 +5,12 @@
> mcs_topdir=$(top_srcdir)/../mcs
> gacutil=$(srcdir)/../gacutil.exe
>
> +if JIT_SUPPORTED
> +gacutil_runtime = $(top_builddir)/mono/mini/mono
> +else
> +gacutil_runtime = $(top_builddir)/mono/interpreter/mint
> +endif
> +
More information about the Mono-devel-list
mailing list