mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 21:09:30 +02:00
* avoid problem to compile ide with debug for linux
This commit is contained in:
parent
4b384ec92e
commit
b8416e8411
@ -754,9 +754,9 @@ procedure RegisterWEditor;
|
|||||||
implementation
|
implementation
|
||||||
|
|
||||||
uses
|
uses
|
||||||
Video,MsgBox,Dialogs,App,StdDlg,Validate,
|
Strings,Video,MsgBox,Dialogs,App,StdDlg,Validate,
|
||||||
{$ifdef WinClipSupported}
|
{$ifdef WinClipSupported}
|
||||||
Strings,WinClip,
|
WinClip,
|
||||||
{$endif WinClipSupported}
|
{$endif WinClipSupported}
|
||||||
{$ifdef TEST_REGEXP}
|
{$ifdef TEST_REGEXP}
|
||||||
regexpr,
|
regexpr,
|
||||||
@ -7093,7 +7093,10 @@ end;
|
|||||||
END.
|
END.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.15 2001-10-02 22:43:22 pierre
|
Revision 1.16 2001-11-07 00:18:00 pierre
|
||||||
|
* avoid problem to compile ide with debug for linux
|
||||||
|
|
||||||
|
Revision 1.15 2001/10/02 22:43:22 pierre
|
||||||
* correct last commit, FVISION conditional means the new fvision dir instead of fvnew
|
* correct last commit, FVISION conditional means the new fvision dir instead of fvnew
|
||||||
|
|
||||||
Revision 1.14 2001/10/02 16:35:04 pierre
|
Revision 1.14 2001/10/02 16:35:04 pierre
|
||||||
|
Loading…
Reference in New Issue
Block a user