Ver Fonte

* added .nlm extension for netware

armin há 20 anos atrás
pai
commit
b941fdbdb1
1 ficheiros alterados com 10 adições e 3 exclusões
  1. 10 3
      compiler/utils/fpc.pp

+ 10 - 3
compiler/utils/fpc.pp

@@ -36,9 +36,13 @@ program fpc;
     {$ifdef MORPHOS}
       exeext='';
     {$else}
+      {$ifdef NETWARE}
+      exeext='.nlm';
+      {$else}
       exeext='.exe';
-    {$endif}
-  {$endif}
+      {$endif NETWARE}
+    {$endif MORPHOS}
+  {$endif AMIGA}
 {$endif UNIX}
 
 
@@ -204,7 +208,10 @@ program fpc;
   end.
 {
   $Log$
-  Revision 1.17  2004-09-10 21:00:53  jonas
+  Revision 1.18  2005-01-14 21:04:44  armin
+  * added .nlm extension for netware
+
+  Revision 1.17  2004/09/10 21:00:53  jonas
     * fixed wrong error message
 
   Revision 1.16  2004/06/16 20:07:11  florian