|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: B T
Length: 805 (0x325)
Types: TextFile
Names: »B«
└─⟦25882cbde⟧ Bits:30000536 8mm tape, Rational 1000, RCI_RS6000_AIX_IBM 2_0_2
└─⟦b8efda8ac⟧ »DATA«
└─⟦7061b4ee8⟧
└─⟦this⟧
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;