Make stage 1 C# executables work with Mono.

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.
This commit is contained in:
Julien Fischer
2025-08-02 15:07:15 +10:00
parent fce9f97ae5
commit f36510b22e
6 changed files with 18 additions and 0 deletions

View File

@@ -22,4 +22,7 @@
--java-classpath ../library/mer_std.jar
--java-classpath ../browser/mer_browser.jar
--java-classpath ../mdbcomp/mer_mdbcomp.jar
--mono-path-directory ../browser
--mono-path-directory ../library
--mono-path-directory ../ssdb
--config-file ../scripts/Mercury.config.bootstrap