[m-rev.] diff: set classpath in compiler directory
Julien Fischer
juliensf at csse.unimelb.edu.au
Wed Jan 19 14:09:18 AEDT 2011
Branches: main, 11.01
compiler/COMP_FLAGS.in:
Set the CLASSPATH to point to the other libraries
required by the compiler.
Julien.
Index: COMP_FLAGS.in
===================================================================
RCS file: /home/mercury/mercury1/repository/mercury/compiler/COMP_FLAGS.in,v
retrieving revision 1.7
diff -u -r1.7 COMP_FLAGS.in
--- COMP_FLAGS.in 20 Oct 2009 04:07:24 -0000 1.7
+++ COMP_FLAGS.in 19 Jan 2011 03:07:50 -0000
@@ -23,5 +23,9 @@
--erlang-include-directory ../mdbcomp/Mercury/hrls
--erlang-include-directory ../ssdb/Mercury/hrls
--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
--no-main
--config-file ../scripts/Mercury.config.bootstrap
--------------------------------------------------------------------------
mercury-reviews mailing list
Post messages to: mercury-reviews at csse.unimelb.edu.au
Administrative Queries: owner-mercury-reviews at csse.unimelb.edu.au
Subscriptions: mercury-reviews-request at csse.unimelb.edu.au
--------------------------------------------------------------------------
More information about the reviews
mailing list