mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-16 06:14:59 +00:00
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.
13 lines
644 B
Plaintext
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
|