Files
mercury/browser/Mercury.options
Fergus Henderson b5644bb1ee Ensure that libmer_browser.so and libmer_trace.so link with
Estimated hours taken: 0.25
Branches: main

browser/Mercury.options:
trace/Mmakefile:
	Ensure that libmer_browser.so and libmer_trace.so link with
	the mer_mdbcomp library.  This is needed after my recent fix
	to ensure that the mer_mdbcomp library is referenced from the
	mer_browser library, rather than being included in it.

compiler/Mmakefile:
	Add a missing dependency on libmer_mdbcomp.$A.
2003-12-10 07:04:24 +00:00

13 lines
644 B
Plaintext

#-----------------------------------------------------------------------------#
# Copyright (C) 2002-2003 University of Melbourne.
# This file may only be copied under the terms of the GNU General
# Public License - see the file COPYING in the Mercury distribution.
#-----------------------------------------------------------------------------#
# Mercury.options - module-specific flags for Mmake and `mmc --make'.
#-----------------------------------------------------------------------------#
MCFLAGS-mer_browser = --no-warn-nothing-exported
MCFLAGS-mer_mdbcomp = --no-warn-nothing-exported
EXTRA_LIBRARIES-libmer_browser.so = mer_mdbcomp