Changeset 4467
- Timestamp:
- 09/11/08 09:25:09 (4 months ago)
- Location:
- trunk
- Files:
-
- 3 modified
-
configs/eclipse6.config (modified) (3 diffs)
-
configs/eclipse6iso.config (modified) (3 diffs)
-
RELEASE_NOTES.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configs/eclipse6.config
r4466 r4467 12 12 % configuration file for ECLiPSe 6.0#33 and later versions 13 13 % 14 % last updated: August 22, 200814 % last updated: September 11, 2008 15 15 % 16 16 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% … … 19 19 :- pragma(system). 20 20 :- pragma(nodebug). 21 22 :- use_module(library(multifile)). 21 23 22 24 … … 314 316 315 317 '$lgt_default_flag'(encoding_directive, unsupported). 316 '$lgt_default_flag'(multifile_directive, unsupported).318 '$lgt_default_flag'(multifile_directive, supported). 317 319 '$lgt_default_flag'(threads, unsupported). 318 320 -
trunk/configs/eclipse6iso.config
r4466 r4467 12 12 % configuration file for ECLiPSe 6.0#33 and later versions 13 13 % 14 % last updated: August 14, 200814 % last updated: September 11, 2008 15 15 % 16 16 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% … … 19 19 :- pragma(system). 20 20 :- pragma(nodebug). 21 22 :- use_module(library(multifile)). 21 23 22 24 … … 225 227 226 228 '$lgt_default_flag'(encoding_directive, unsupported). 227 '$lgt_default_flag'(multifile_directive, unsupported).229 '$lgt_default_flag'(multifile_directive, supported). 228 230 '$lgt_default_flag'(threads, unsupported). 229 231 -
trunk/RELEASE_NOTES.txt
r4466 r4467 22 22 directives when compiling Logtalk source files as a workaround for know 23 23 bugs in the implementation of this directive for dynamic predicates. 24 25 Updated the ECLiPSe 6.0 config files in order to switch on the use of 26 multifile/1 directives. 24 27 25 28
