Changeset 4595
- Timestamp:
- 11/19/08 10:47:14 (7 weeks ago)
- Location:
- trunk
- Files:
-
- 6 added
- 2 modified
-
examples/cc (added)
-
examples/cc/loader.lgt (added)
-
examples/cc/NOTES.txt (added)
-
examples/cc/os.lgt (added)
-
examples/cc/osp.lgt (added)
-
examples/cc/SCRIPT.txt (added)
-
libpaths/libpaths.pl (modified) (1 diff)
-
RELEASE_NOTES.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/libpaths/libpaths.pl
r4572 r4595 28 28 assertz(logtalk_library_path(bricks, examples('bricks/'))), 29 29 assertz(logtalk_library_path(buffer, threads('buffer/'))), 30 assertz(logtalk_library_path(cc, examples('cc/'))), 30 31 assertz(logtalk_library_path(classmethods, examples('classmethods/'))), 31 32 assertz(logtalk_library_path(classvars, examples('classvars/'))), -
trunk/RELEASE_NOTES.txt
r4594 r4595 48 48 illustrate the use of some of the meta-predicates defined in the Logtalk 49 49 library. 50 51 Added an example, "cc", of using conditional compilation directives to 52 implement a portable operating-system interface for some Prolog compilers. 50 53 51 54 Added syntax coloring support for the new conditional compilation
