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

⟦c9df7d624⟧ TextFile

    Length: 1135 (0x46f)
    Types: TextFile
    Names: »B«

Derivation

└─⟦5f3412b64⟧ Bits:30000745 8mm tape, Rational 1000, ENVIRONMENT 12_6_5 TOOLS 
    └─ ⟦91c658230⟧ »DATA« 
        └─⟦5d656759a⟧ 
            └─⟦this⟧ 

TextFile

separate (Release)
package body Apus_Aux4_0 is
begin

    Keyboard :=  
       (Name       => Hs ("XApUs"),  
        Id         => Xapus_Id,  
        Comment1   => Hs ("Apple; keyboard ??; model ??"),
        Comment2   => null,
        R1000_Dir  => Hs ("X_Aux4_0"),
        Source_Dir => Hs ("Src_Hpux7_0"), -- Shares source with the HP.
        Lines      => 50,  
        Columns    => 80,  
        Tt_Extra   => null,
        Has_Source => True);

    Recognition :=  
       (File_Type                  => Text,  
        Master_File | Install_File => Hs ("_rcg.h"));

    Install :=  
       new File_Info_Array'  
              (

               (File_Type                 => Text,  
               Master_File | Install_File => Hs ("Makefile")),

               (File_Type                  => Binary,  
                Master_File | Install_File => Hs ("rxi-backup"))  
               );

    Source :=  
       new File_Info_Array'  
              (

               1 => (File_Type                   => Text,  
                      Master_File | Install_File => Hs ("Makefile.Apple"))

               );

end Apus_Aux4_0;