Show
Ignore:
Timestamp:
11/19/08 10:47:14 (7 weeks ago)
Author:
pmoura
Message:

Added an example, "cc", of using conditional compilation directives to implement a portable operating-system interface for some Prolog compilers.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/libpaths/libpaths.pl

    r4572 r4595  
    2828     assertz(logtalk_library_path(bricks, examples('bricks/'))), 
    2929     assertz(logtalk_library_path(buffer, threads('buffer/'))), 
     30     assertz(logtalk_library_path(cc, examples('cc/'))), 
    3031     assertz(logtalk_library_path(classmethods, examples('classmethods/'))), 
    3132     assertz(logtalk_library_path(classvars, examples('classvars/'))),