Files
mercury/scripts
James Goddard f8541c230b New rules for installing the Mercury standard library in grade Java.
Estimated hours taken: 3
Branches: main

New rules for installing the Mercury standard library in grade Java.

library/Mmakefile:
	Added new target 'jars' which creates a jar file for the library
	classes and a jar file for the runtime classes.

	Modified target 'install_library' so that it adds these jar files to
	a new directory in the install path.

	To use these jar files, the CLASSPATH environment variable must be set
	to:

	<library_path>/mer_std.jar:<library_path>/mer_std.runtime.jar:.

scripts/Mmake.vars.in:
	Added variable INSTALL_JAVA_LIBRARY_DIR to define where the above jar
	files will be installed.
2004-01-27 00:20:35 +00:00
..
2002-12-04 16:44:05 +00:00