Browse Source

* avoid problem to compile ide with debug for linux

pierre 24 years ago
parent
commit
b8416e8411
1 changed files with 6 additions and 3 deletions
  1. 6 3
      ide/weditor.pas

+ 6 - 3
ide/weditor.pas

@@ -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