mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-10 12:18:23 +02:00
* fixed call to build sourcefiles needed for ide
This commit is contained in:
parent
c883b9fde3
commit
067201723d
@ -43,6 +43,9 @@ implementation
|
|||||||
aasmbase,aasmtai,
|
aasmbase,aasmtai,
|
||||||
cgbase,
|
cgbase,
|
||||||
script,gendef,
|
script,gendef,
|
||||||
|
{$ifdef BrowserCol}
|
||||||
|
browcol,
|
||||||
|
{$endif BrowserCol}
|
||||||
{$ifdef BrowserLog}
|
{$ifdef BrowserLog}
|
||||||
browlog,
|
browlog,
|
||||||
{$endif BrowserLog}
|
{$endif BrowserLog}
|
||||||
@ -643,9 +646,10 @@ implementation
|
|||||||
else
|
else
|
||||||
browserlog.list_elements;
|
browserlog.list_elements;
|
||||||
end;
|
end;
|
||||||
{ Write Browser Collections }
|
|
||||||
do_extractsymbolinfo{$ifdef FPC}(){$endif};
|
|
||||||
{$endif BrowserLog}
|
{$endif BrowserLog}
|
||||||
|
{ Write Browser Collections, also used by the TextMode IDE to
|
||||||
|
retrieve a list of sourcefiles }
|
||||||
|
do_extractsymbolinfo{$ifdef FPC}(){$endif};
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
@ -661,7 +665,10 @@ implementation
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.73 2005-02-01 08:46:13 michael
|
Revision 1.74 2005-02-10 20:06:34 peter
|
||||||
|
* fixed call to build sourcefiles needed for ide
|
||||||
|
|
||||||
|
Revision 1.73 2005/02/01 08:46:13 michael
|
||||||
* Patch from peter: fix macpas anonymous function procvar
|
* Patch from peter: fix macpas anonymous function procvar
|
||||||
|
|
||||||
Revision 1.72 2005/01/29 11:36:52 peter
|
Revision 1.72 2005/01/29 11:36:52 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user