Browse Source

* Renamefest

marco 23 years ago
parent
commit
aaea02b70f
3 changed files with 22 additions and 5 deletions
  1. 8 4
      ide/fpswitch.pas
  2. 8 1
      ide/fpviews.pas
  3. 6 0
      ide/globdir.inc

+ 8 - 4
ide/fpswitch.pas

@@ -1094,9 +1094,6 @@ begin
 {$ifdef go32v2}
        TargetSwitches^.SetCurrSel(1);
 {$endif}
-{$ifdef freebsd}
-       TargetSwitches^.SetCurrSel(2);
-{$endif}
 {$ifdef linux}
 {$ifdef i386}
        TargetSwitches^.SetCurrSel(3);
@@ -1105,6 +1102,10 @@ begin
        TargetSwitches^.SetCurrSel(2);
 {$endif m68k}
 {$endif linux}
+{$ifdef freebsd}
+       TargetSwitches^.SetCurrSel(2);
+{$endif}
+
 {$ifdef os2}
        TargetSwitches^.SetCurrSel(4);
 {$endif}
@@ -1237,7 +1238,10 @@ end;
 end.
 {
   $Log$
-  Revision 1.8  2002-04-11 06:42:54  pierre
+  Revision 1.9  2002-06-01 20:08:42  marco
+   * Renamefest
+
+  Revision 1.8  2002/04/11 06:42:54  pierre
    * Add allow spaces for directories entries
 
   Revision 1.7  2002/04/10 22:41:05  pierre

+ 8 - 1
ide/fpviews.pas

@@ -3779,6 +3779,10 @@ begin
 {$ifdef FreeBSD}
   OSStr:='FreeBSD';
 {$endif}
+{$ifdef NetBSD}
+  OSStr:='NetBSD';
+{$endif}
+
   R.Assign(0,0,38,14{$ifdef NODEBUG}-1{$endif});
   inherited Init(R, dialog_about);
   HelpCtx:=hcAbout;
@@ -4206,7 +4210,10 @@ end;
 END.
 {
   $Log$
-  Revision 1.19  2002-05-31 12:37:10  pierre
+  Revision 1.20  2002-06-01 20:08:42  marco
+   * Renamefest
+
+  Revision 1.19  2002/05/31 12:37:10  pierre
    + register asciitable char
 
   Revision 1.18  2002/05/30 15:02:39  pierre

+ 6 - 0
ide/globdir.inc

@@ -49,6 +49,12 @@
   {$define HasSignal}
 {$endif}
 
+{$ifdef NetBSD}
+  {$undef SUPPORTVESA}
+  {$define SUPPORTREDIR}
+  {$undef WinClipSupported}
+  {$define HasSignal}
+{$endif}
 
 {$ifdef Win32}
   {$undef SUPPORTVESA}