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:
@@ -26,4 +26,8 @@
|
||||
--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 ../mdbcomp
|
||||
--mono-path-directory ../ssdb
|
||||
--config-file ../scripts/Mercury.config.bootstrap
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -11,4 +11,5 @@
|
||||
--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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -24,4 +24,8 @@
|
||||
--no-java-classpath
|
||||
--java-classpath ../library/mer_rt.jar
|
||||
--java-classpath ../library/mer_std.jar
|
||||
--mono-path-directory ../browser
|
||||
--mono-path-directory ../library
|
||||
--mono-path-directory ../mdbcomp
|
||||
--mono-path-directory ../ssdb
|
||||
--config-file ../scripts/Mercury.config.bootstrap
|
||||
|
||||
@@ -21,5 +21,8 @@
|
||||
--java-classpath ../library/mer_rt.jar
|
||||
--java-classpath ../library/mer_std.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
|
||||
--force-disable-tracing
|
||||
|
||||
Reference in New Issue
Block a user