[m-rev.] diff: implement io__set_environment_variable for .NET
Simon Taylor
stayl at cs.mu.OZ.AU
Wed Nov 6 16:54:20 AEDT 2002
On 06-Nov-2002, Fergus Henderson <fjh at cs.mu.OZ.AU> wrote:
> scripts/Mmake.rules:
> When invoking $(MS_CL) to create DLLs, use the option "/LD" which
> is documented in the help message, rather than the (undocumented?)
> options "-link -noentry mscoree.lib -dll".
>
> cvs server: Diffing .
> Index: Mmake.rules
> ===================================================================
> RCS file: /home/mercury1/repository/mercury/scripts/Mmake.rules,v
> retrieving revision 1.134
> diff -u -d -u -r1.134 Mmake.rules
> --- Mmake.rules 15 Sep 2002 10:01:51 -0000 1.134
> +++ Mmake.rules 6 Nov 2002 04:06:43 -0000
> @@ -271,7 +271,7 @@
> $(MS_CL) -CLR$(MS_CL_NOASM) $(ALL_MS_CLFLAGS) \
> -I`$(CYGPATH) $(MERC_C_INCL_DIR)` \
> -AI`$(CYGPATH) $(MERC_DLL_DIR)` $< \
> - -link -noentry mscoree.lib -dll $(MS_CL_LIBS) -out:$@
> + /LD $(MS_CL_LIBS) -out:$@
> rm -f $*.obj
That also occurs in compiler/compile_target_code.m.
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