From b8416e8411790f99947c4ba60a3f9e037d07e8c8 Mon Sep 17 00:00:00 2001 From: pierre Date: Wed, 7 Nov 2001 00:18:00 +0000 Subject: [PATCH] * avoid problem to compile ide with debug for linux --- ide/weditor.pas | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ide/weditor.pas b/ide/weditor.pas index cb626dd23a..521f1dff86 100644 --- a/ide/weditor.pas +++ b/ide/weditor.pas @@ -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