[fpc-devel] Fpc Target directory function

L L at z505.com
Mon Jan 28 03:36:31 CET 2008


Does a function like this exist:

function FpcTargetDir: string;
begin
  result:= {$I %FPCTARGETCPU%}+'-'+{$I %FPCTARGETOS%};
end;

Above works for my needs, just wonder if something already exists in RTL 
or if it should be added for convenience.





More information about the fpc-devel mailing list