Files
mercury/mfilterjavac/MFILTERJAVAC_FLAGS.in
Julien Fischer 6e5a0144ae Disable library grade detection when building Mercury itself.
Library grade detection causes the library installation for the csharp grade
(and probably any grades that use mmc --make) to fail.  (There is likely
a better solution than this, e.g. making --no-mercury-stdlib-dir imply
--no-detect-libgrades, but the handling of command line options in this
part of the compiler is pretty convoluted, so I will look into that
separately.)

browser/MDB_FLAGS.in:
compiler/COMP_FLAGS.in:
deep_profiler/DEEP_FLAGS.in:
library/LIB_FLAGS.in:
mdbcomp/MDBCOMP_FLAGS.in:
mfilterjavac/MFILTERJAVAC_FLAGS.in:
profiler/PROF_FLAGS.in:
slice/SLICE_FLAGS.in:
ssdb/SSDB_FLAGS.in:
	As above.
2013-09-10 17:31:06 +10:00

28 lines
858 B
Plaintext

@BOOTSTRAP_MC_ARGS@
--no-infer-all
--halt-at-warn
--no-warn-inferred-erroneous
--no-mercury-stdlib-dir
--no-detect-libgrades
-I../library
-I../browser
-I../ssdb
--c-include-directory ../boehm_gc
--c-include-directory ../boehm_gc/include
--c-include-directory ../runtime
--c-include-directory ../library
--c-include-directory ../library/Mercury/mihs
--c-include-directory ../browser
--c-include-directory ../browser/Mercury/mihs
--c-include-directory ../ssdb
--c-include-directory ../ssdb/Mercury/mihs
--c-include-directory ../trace
--csharp-flag -keyfile:../mercury.snk
--no-java-classpath
--java-classpath ../library/mer_rt.jar
--java-classpath ../library/mer_std.jar
--java-classpath ../browser/mer_browser.jar
--java-classpath ../mdbcomp/mer_mdbcomp.jar
--erlang-include-directory ../library/Mercury/hrls
--config-file ../scripts/Mercury.config.bootstrap