[m-rev.] for review: update README.DotNet

Simon Taylor stayl at cs.mu.OZ.AU
Mon Oct 28 13:52:37 AEDT 2002


On 28-Oct-2002, Fergus Henderson <fjh at cs.mu.OZ.AU> wrote:
> +	mmc --make --grade il hello

I haven't tested this, but I don't think it works properly, due to the
following XXX in make.util.m:

> target_extension(_, il_asm) = ".dll". % XXX ".exe" if the module contains main

I think the best (simplest) way to fix this would be to generate a
`.dll' file for the module containing main, and have make_linked_target
build a `.exe' file which does any initialization and then calls main,
as we do for the C backends.

Simon.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list