mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 10:30:15 +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
|
||||
|
||||
uses
|
||||
Video,MsgBox,Dialogs,App,StdDlg,Validate,
|
||||
Strings,Video,MsgBox,Dialogs,App,StdDlg,Validate,
|
||||
{$ifdef WinClipSupported}
|
||||
Strings,WinClip,
|
||||
WinClip,
|
||||
{$endif WinClipSupported}
|
||||
{$ifdef TEST_REGEXP}
|
||||
regexpr,
|
||||
@ -7093,7 +7093,10 @@ end;
|
||||
END.
|
||||
{
|
||||
$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
|
||||
|
||||
Revision 1.14 2001/10/02 16:35:04 pierre
|
||||
|
Loading…
Reference in New Issue
Block a user