Changeset 4467 for trunk/configs
- Timestamp:
- 09/11/08 09:25:09 (4 months ago)
- Location:
- trunk/configs
- Files:
-
- 2 modified
-
eclipse6.config (modified) (3 diffs)
-
eclipse6iso.config (modified) (3 diffs)
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
