Browse Source

* Enable go32v2 graph support in fixes branchfpusrscr.pas

pierre 23 years ago
parent
commit
cb1da3ff11
2 changed files with 12 additions and 2 deletions
  1. 8 1
      ide/fpviews.pas
  2. 4 1
      ide/globdir.inc

+ 8 - 1
ide/fpviews.pas

@@ -3957,6 +3957,10 @@ begin
     {$ifdef FVISION}+' FV'{$endif}
     )));
   R2.Move(0,1);
+{$ifdef USE_GRAPH_SWITCH}
+  Insert(New(PStaticText, Init(R2, ^C'With Graphic Support')));
+  R2.Move(0,1);
+{$endif USE_GRAPH_SWITCH}
   Insert(New(PStaticText, Init(R2, FormatStrStr2(^C'(%s %s)',label_about_compilerversion,Version_String))));
 {$ifndef NODEBUG}
   if pos('Fake',GDBVersion)=0 then
@@ -4360,7 +4364,10 @@ end;
 END.
 {
   $Log$
-  Revision 1.33  2002-09-12 08:49:10  pierre
+  Revision 1.34  2002-09-12 22:07:46  pierre
+   * Enable go32v2 graph support in fixes branchfpusrscr.pas
+
+  Revision 1.33  2002/09/12 08:49:10  pierre
    * fix typo bug in last commit
 
   Revision 1.32  2002/09/12 08:42:07  pierre

+ 4 - 1
ide/globdir.inc

@@ -34,8 +34,11 @@
   {$define FSCaseInsensitive}
   {$define HasSysMsgUnit}
   {$ifdef DEBUG}
-    {$define TEST_GRAPH_SWITCH}
+    {$define USE_GRAPH_SWITCH}
   {$endif DEBUG}
+  {$ifdef COMPILER_1_0}
+    {$define USE_GRAPH_SWITCH}
+  {$endif COMPILER_1_0}
 {$endif}
 
 {$ifdef Linux}