Logtalk 2.25.0 files.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1288 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
=================================================================
|
||||
Logtalk - Object oriented extension to Prolog
|
||||
Release 2.24.0
|
||||
Release 2.25.0
|
||||
|
||||
Copyright (c) 1998-2005 Paulo Moura. All Rights Reserved.
|
||||
=================================================================
|
||||
@@ -24,9 +24,9 @@ lgt_install.js
|
||||
setting the LOGTALKHOME system environment variable and the LOGTALKUSER
|
||||
user environment variable (for the user performing the installation), by
|
||||
creating a new program group named "Logtalk" in the Windows Start Menu,
|
||||
and by adding the directories %LOGTALKHOME%\scripts and %LOGTALKHOME%\xml to
|
||||
the system path environment variable (must be run from this directory by
|
||||
a user with administration privileges after decompressing the Logtalk
|
||||
and by adding the directories %LOGTALKHOME%\scripts and %LOGTALKHOME%\xml
|
||||
to the system path environment variable (must be run from this directory
|
||||
by a user with administration privileges after decompressing the Logtalk
|
||||
distribution into its final destination; you will need to restart your
|
||||
computer in order to use the items created in the "Logtalk" program group
|
||||
due to the definition of new system environment variables)
|
||||
@@ -122,6 +122,19 @@ make_xsblgt.sh
|
||||
all occurrences of the LOGTALKUSER environment variable with its value;
|
||||
the new file should also use the .P extension)
|
||||
|
||||
makeall_lgt.sh
|
||||
simple shell script for running all the make_*lgt.sh shell scripts in
|
||||
sequence (except the make_qplgt.sh as this script implies modifications to
|
||||
the Logtalk files which are not necessary for the other Prolog compilers);
|
||||
note that this script will not print any of the special instructions or
|
||||
remarks that you may get when running the make_*lgt.sh shell scripts
|
||||
individually
|
||||
makeall_lgt.js
|
||||
simple shell script for running all the make_*lgt.js shell scripts in
|
||||
sequence; note that this script will not print any of the special
|
||||
instructions or remarks that you may get when running the make_*lgt.js
|
||||
shell scripts individually
|
||||
|
||||
These scripts require the environment variable LOGTALKHOME (pointing to the
|
||||
Logtalk installation directory) to be defined. The *.sh shell scripts
|
||||
accept as an optional argument a prefix for the location of a link to the
|
||||
|
Reference in New Issue
Block a user