[m-rev.] diff: Mmake.browser.params

Zoltan Somogyi zs at cs.mu.OZ.AU
Mon May 26 16:03:21 AEST 2003


browser/Mmakefile:
	Include Mmake.browser.params, if it exists.

Zoltan.

Index: Mmakefile
===================================================================
RCS file: /home/mercury1/repository/mercury/browser/Mmakefile,v
retrieving revision 1.29
diff -u -b -r1.29 Mmakefile
--- Mmakefile	1 Mar 2003 06:34:49 -0000	1.29
+++ Mmakefile	26 May 2003 06:05:44 -0000
@@ -27,6 +27,7 @@
 MERCURY_DIR=..
 LINK_STDLIB_ONLY=yes
 include $(MERCURY_DIR)/Mmake.common
+-include Mmake.browser.params
 
 # Module-specific options should go in Mercury.options so they
 # can be found by `mmc --make'.
@@ -38,8 +39,8 @@
 #-----------------------------------------------------------------------------#
 
 # Specify which compilers to use to compile the library.
-# Don't change these without good reason - if you want to
-# do a temporary change, change ../Mmake.params.
+# Don't change these without good reason - if you want to do a temporary
+# change, change ../Mmake.params, or create Mmake.browser.params.
 
 CFLAGS	+=	$(DLL_CFLAGS) -I$(TRACE_DIR)
 MLFLAGS +=	-R$(FINAL_INSTALL_MERC_LIB_DIR)	\
--------------------------------------------------------------------------
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