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

⟦5e46d1599⟧ TextFile

    Length: 1218 (0x4c2)
    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 Apollom_Sr10_2_Unix is
begin

    Keyboard :=  
       (Name       => Hs ("XApolloM"),  
        Id         => Xapollom_Id,  
        Comment1   => Hs ("Apollo; keyboard 3, Motif Compliant; model nnnn"),
        Comment2   => null,
        R1000_Dir  => Hs ("X_Apollo_SR10_2"),
        Source_Dir => Hs ("Src_Sun_X11R3"), -- Shares source with the Sun.
        Lines      => 50,  
        Columns    => 80,  
        Tt_Extra   => Hs ("XApm:XApolloM XRTERM 50 80"),  
        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.Apollo"))

               );

end Apollom_Sr10_2_Unix;