[m-rev.] diff: lmc and analysis
Zoltan Somogyi
zs at cs.mu.OZ.AU
Tue Apr 1 18:20:47 AEST 2003
tools/lmc:
Tell the compiler to look in the analysis directory as well as the
library directory for interface files. This is needed e.g. when using
lmc to compile modules in stage2/compiler.
Zoltan.
cvs diff: Diffing .
Index: lmc
===================================================================
RCS file: /home/mercury1/repository/mercury/tools/lmc,v
retrieving revision 1.13
diff -u -b -r1.13 lmc
--- lmc 13 Mar 2003 06:19:07 -0000 1.13
+++ lmc 1 Apr 2003 08:15:48 -0000
@@ -93,4 +93,4 @@
PATH="$WORKSPACE/scripts:$WORKSPACE/util:$PATH"
export PATH
-exec mmc --no-mercury-stdlib-dir -I $WORKSPACE/library $CDEBUG_FLAGS $C_FLAGS $INIT_FLAGS $LIB_FLAGS "$@"
+exec mmc --no-mercury-stdlib-dir -I $WORKSPACE/library -I $WORKSPACE/analysis $CDEBUG_FLAGS $C_FLAGS $INIT_FLAGS $LIB_FLAGS "$@"
--------------------------------------------------------------------------
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