mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 01:13:30 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user