Browse Source

* don't run ar anymore for binary writer, also not with -CS

peter 26 năm trước cách đây
mục cha
commit
efeec99b0a
1 tập tin đã thay đổi với 5 bổ sung3 xóa
  1. 5 3
      compiler/pmodules.pas

+ 5 - 3
compiler/pmodules.pas

@@ -59,8 +59,7 @@ unit pmodules;
         if (cs_create_sharedlib in aktmoduleswitches) then
           Linker.MakeSharedLibrary
         else
-          if (cs_create_staticlib in aktmoduleswitches) or
-             ((cs_smartlink in aktmoduleswitches) and target_asm.needar) then
+          if (cs_smartlink in aktmoduleswitches) and target_asm.needar then
             Linker.MakeStaticLibrary(SmartLinkFilesCnt);
       end;
 
@@ -1336,7 +1335,10 @@ unit pmodules;
 end.
 {
   $Log$
-  Revision 1.124  1999-05-27 19:44:48  peter
+  Revision 1.124.2.1  1999-06-15 13:54:26  peter
+    * don't run ar anymore for binary writer, also not with -CS
+
+  Revision 1.124  1999/05/27 19:44:48  peter
     * removed oldasm
     * plabel -> pasmlabel
     * -a switches to source writing automaticly