[m-dev.] for review: README.DotNet
Peter Ross
peter.ross at miscrit.be
Fri Jan 5 22:08:30 AEDT 2001
On Wed, Jan 03, 2001 at 11:53:32PM +1100, Tyson Dowd wrote:
> +
> +THE ILC GRADE
> +
> +The Mercury compiler currently supports the grade 'ilc' to target the
> +Microsoft.NET CLR. Support for building and installation of this grade
> +is still somewhat rudimentary.
> +
> +To run a Mercury program using the ilc grade, you need to build the
> +library and runtime. Run the following commands in a cygwin shell:
> +
> + cd mercury
autoconf
./configure
> + cd runtime
> + mmake GRADE=ilc
needs to change to the following to guarantee that it will work
MMAKE_DIR=../scripts mmake GRADE=ilc
> + cd ..
> + cp runtime/*.dll library
> + cd library
mmake depend
> + mmake GRADE=ilc
needs to change to the following to guarantee that it will work
MMAKE_DIR=../scripts mmake GRADE=ilc
> + cd ..
> +
Pete
--------------------------------------------------------------------------
mercury-developers mailing list
Post messages to: mercury-developers at cs.mu.oz.au
Administrative Queries: owner-mercury-developers at cs.mu.oz.au
Subscriptions: mercury-developers-request at cs.mu.oz.au
--------------------------------------------------------------------------
More information about the developers
mailing list