mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-23 00:09:31 +02:00
* use system.paramstr()
This commit is contained in:
parent
1a9f0943cb
commit
ff388a41e2
@ -254,7 +254,7 @@ begin
|
||||
InitCompiler(cmd);
|
||||
|
||||
{ show some info }
|
||||
Message1(general_t_compilername,FixFileName(paramstr(0)));
|
||||
Message1(general_t_compilername,FixFileName(system.paramstr(0)));
|
||||
Message1(general_d_sourceos,source_os.name);
|
||||
Message1(general_i_targetos,target_os.name);
|
||||
Message1(general_t_exepath,exepath);
|
||||
@ -321,7 +321,10 @@ end;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.14 2000-12-25 00:07:25 peter
|
||||
Revision 1.15 2000-12-26 15:57:25 peter
|
||||
* use system.paramstr()
|
||||
|
||||
Revision 1.14 2000/12/25 00:07:25 peter
|
||||
+ new tlinkedlist class (merge of old tstringqueue,tcontainer and
|
||||
tlinkedlist objects)
|
||||
|
||||
|
@ -1160,7 +1160,7 @@ implementation
|
||||
exepath:=dos.getenv('PPC_EXEC_PATH');
|
||||
{$endif delphi}
|
||||
if exepath='' then
|
||||
fsplit(FixFileName(paramstr(0)),exepath,hs1,hs2);
|
||||
fsplit(FixFileName(system.paramstr(0)),exepath,hs1,hs2);
|
||||
{$ifdef need_path_search}
|
||||
if exepath='' then
|
||||
begin
|
||||
@ -1278,7 +1278,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.21 2000-12-25 00:07:26 peter
|
||||
Revision 1.22 2000-12-26 15:57:25 peter
|
||||
* use system.paramstr()
|
||||
|
||||
Revision 1.21 2000/12/25 00:07:26 peter
|
||||
+ new tlinkedlist class (merge of old tstringqueue,tcontainer and
|
||||
tlinkedlist objects)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user