[m-rev.] for review: update README.DotNet
Fergus Henderson
fjh at cs.mu.OZ.AU
Sat Aug 4 00:39:41 AEST 2001
On 03-Aug-2001, Tyson Dowd <trd at cs.mu.OZ.AU> wrote:
> +++ README.DotNet 2001/08/03 13:27:53
> @@ -70,40 +70,27 @@
>
> To run a Mercury program using the ilc grade, you need to build the
> library and runtime in the ilc grade, using the Mercury source distribution.
> -After unpacking the Mercury source distribution, run the following commands in
> -a Cygwin shell:
> +The easiest way to do this is to simply run
> + mmake install LIBGRADES=ilc
Isn't that done by default now, when you install from the source distribution?
> +The implementation will put this C# in a separate file, which will be
> +compiled with Microsoft's C# compiler. mmake will automatically
s/mmake/Mmake/
> +Add a
> + MS_CSCFLAGS-modulename_csharp_code=/reference:foreignmodulename.dll
> +or
> + MS_CSCFLAGS-modulename_csharp_code=/addmodule:foreignmodulename.dll
> +
> +to you Mmmakefile to pass the appropriate flag to the C# compiler so
> +that you can reference another DLL from the C# code.
> +modulename is the name of your Mercury module, and foreignmodulename is
> +the name of the dll you want to use from Mercury via C#.
s/you/your/
s/Mmmakefile/Mmakefile/
s/foreignmodulename/<foreignmodulename>/g
s/modulename/<modulename>/g
Otherwise that looks good.
--
Fergus Henderson <fjh at cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.
--------------------------------------------------------------------------
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