mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-24 22:04:13 +00:00
They do not currently work in-situ because the launcher scripts we generate do
not set MONO_PATH appropriately. Use the new --mono-path-directory option to
remedy this.
compiler/COMP_FLAGS.in:
deep_profiler/DEEP_FLAGS.in:
grade_lib/GRADE_LIB_FLAGS.in:
mfilterjava/MFILTERJAVAC_FLAGS.in:
profiler/PROF_FLAGS.in:
slice/SLICE_FLAGS.in:
As above.
16 lines
505 B
Plaintext
16 lines
505 B
Plaintext
@BOOTSTRAP_MC_ARGS@
|
|
@STANDARD_MCFLAGS@
|
|
-I../library
|
|
--c-include-directory ../boehm_gc
|
|
--c-include-directory ../boehm_gc/include
|
|
--c-include-directory ../runtime
|
|
--c-include-directory ../library
|
|
--c-include-directory ../library/Mercury/mhs
|
|
--c-include-directory ../library/Mercury/mihs
|
|
--csharp-flag -keyfile:../mercury.snk
|
|
--no-java-classpath
|
|
--java-classpath ../library/mer_rt.jar
|
|
--java-classpath ../library/mer_std.jar
|
|
--mono-path-directory ../library
|
|
--config-file ../scripts/Mercury.config.bootstrap
|