[m-rev.] diff: update MS_CSCFLAGS for compiler directory
Peter Ross
pro at missioncriticalit.com
Wed Mar 12 00:53:43 AEDT 2003
Hi,
===================================================================
Estimated hours taken: 0.1
Branches: main
compiler/Mmakefile:
Add the analysis directory to where csc searches for
assemblies.
Index: Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/compiler/Mmakefile,v
retrieving revision 1.71
diff -u -r1.71 Mmakefile
--- Mmakefile 1 Mar 2003 06:34:50 -0000 1.71
+++ Mmakefile 11 Mar 2003 13:51:51 -0000
@@ -238,6 +238,8 @@
# compiler if one of the libraries changes.
ifeq ($(findstring il,$(GRADE)),il)
+MS_CSCFLAGS=/lib:`$(FIX_PATH_FOR_CSC) ../analysis`
+
# This line works around an Mmake bug: mmake doesn't record
# dependencies properly with --transitive-intermodule-optimization
%.il: opts
--------------------------------------------------------------------------
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