DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 Tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Rational R1000/400 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download
Index: ┃ B T

⟦fea30191a⟧ TextFile

    Length: 805 (0x325)
    Types: TextFile
    Names: »B«

Derivation

└─⟦25882cbde⟧ Bits:30000536 8mm tape, Rational 1000, RCI_RS6000_AIX_IBM 2_0_2
    └─ ⟦b8efda8ac⟧ »DATA« 
        └─⟦7061b4ee8⟧ 
            └─⟦this⟧ 

TextFile

separate (Batch_Extensions_Support)
function Build_Compile_Command
            (Target_Key : String;
             Current_Object : Directory.Object;
             Response : Profile.Response_Profile) return String is
    Pre_Options : constant String := Tdi.Compiler_Pre_Options
                                        (Target_Key, Current_Object, Response);
    Post_Options : constant String := Tdi.Compiler_Post_Options
                                         (Target_Key, Current_Object, Response);
    Local_Status : Simple_Status.Condition;
begin  
    return Tdi.Build_Compilation_Command
              (Target_Key, " ", Pre_Options, Post_Options);  
exception
    when others =>
        Unhandled_Exception (Local_Status, "build_compile_command");  
        return "";
end Build_Compile_Command;