Browse Source

* t_beos target inclusion

peter 24 years ago
parent
commit
97695d261d
1 changed files with 7 additions and 1 deletions
  1. 7 1
      compiler/i386/cputarg.pas

+ 7 - 1
compiler/i386/cputarg.pas

@@ -60,6 +60,9 @@ implementation
     {$ifndef NOTARGETGO32V2}
     {$ifndef NOTARGETGO32V2}
       ,t_go32v2
       ,t_go32v2
     {$endif}
     {$endif}
+    {$ifndef NOTARGETBEOS}
+      ,t_beos
+    {$endif}
 
 
 {**************************************
 {**************************************
              Assemblers
              Assemblers
@@ -82,7 +85,10 @@ implementation
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.1  2001-04-18 22:02:01  peter
+  Revision 1.2  2001-06-03 15:12:47  peter
+    * t_beos target inclusion
+
+  Revision 1.1  2001/04/18 22:02:01  peter
     * registration of targets and assemblers
     * registration of targets and assemblers
 
 
 }
 }