[m-rev.] diff: csc path names fix
Simon Taylor
stayl at cs.mu.OZ.AU
Thu Oct 24 17:08:56 AEST 2002
On 24-Oct-2002, Fergus Henderson <fjh at cs.mu.OZ.AU> wrote:
> Estimated hours taken: 3
> Branches: main
>
> Fix a bug where `mercury.dll' was not being found by the C# compiler.
> when you configured with a non-MS C compiler. This bug broke
> tests/hard_coded/foreign_type in grade il.
>
> configure.in:
> bindist/bindist.build_vars.in:
> Rename CYGPATH as FIX_PATH_FOR_CC.
>
> scripts/Mmake.vars.in:
> Rename CYGPATH as FIX_PATH_FOR_CC,
> and add new variables FIX_PATH_FOR_CL and FIX_PATH_FOR_CSC.
> The new variables are currently hard-wired as `cygpath -w',
> since currently we only support the MS versions of CL and CSC.
>
> Also, change the definition of MERC_DLL_DIR to use $(GRADE)
> rather than hard-coding "ilc".
>
> scripts/Mmake.rules:
> Use the new variables, rather than $(CYGPATH).
>
> Also, update various comments, and delete the unnecessary version
> number from the MS_VC7_INCLUDES_DIR and MS_VC7_INCLUDES variable
> names.
CYGPATH is also used in scripts/ml.in.
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