Changeset 3

Show
Ignore:
Timestamp:
01/28/06 20:01:50 (3 years ago)
Author:
krobillard
Message:

Added doc/Implemented.
Renamed binary from ocore to orca.
Removed Thune config since it is now its own project.

Location:
trunk/orca
Files:
3 added
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/orca/boot.r

    r1 r3  
    705705do %config.r 
    706706if find config 'rebol [append boot load %rebol_compat.r] 
    707 if find config 'thune [do %thune.r] 
    708707 
    709708 
  • trunk/orca/config.r

    r1 r3  
    88    hex_token 
    99    math3d 
    10     ;thune 
    1110] 
  • trunk/orca/ovalue.c

    r1 r3  
    631631            break; 
    632632 
    633 #ifdef OR_CONFIG_THUNE 
     633#if 0 
    634634        case OT_ACTION: 
    635635            if( from->type == OT_INTEGER ) 
     
    44134413    orNative( orDumpNative,    "dump" ); 
    44144414#endif 
    4415  
    4416 #ifdef OR_CONFIG_THUNE 
    4417     extern void ur_calls(); 
    4418     ur_calls(); 
    4419 #endif 
    44204415} 
    44214416 
  • trunk/orca/project.r

    r1 r3  
    9090    ] 
    9191 
    92     if find config 'thune [ sources [%forth.c] ] 
    93  
    9492    macx  [ sources [ %unix/os.c  %stdio.c ] ] 
    9593    unix  [ sources [ %unix/os.c  %stdio.c ] ] 
     
    110108] 
    111109 
    112 exe %ocore [ 
     110exe %orca [ 
    113111    libs_from %. %orca 
    114112