Browse Source

* don't update crc when writing objs,libs and sources

peter 26 years ago
parent
commit
9219d7777b
1 changed files with 6 additions and 1 deletions
  1. 6 1
      compiler/symppu.inc

+ 6 - 1
compiler/symppu.inc

@@ -138,6 +138,7 @@
         hp    : pinputfile;
         hp    : pinputfile;
       begin
       begin
       { second write the used source files }
       { second write the used source files }
+        current_ppu^.do_crc:=false;
         hp:=current_module^.sourcefiles^.files;
         hp:=current_module^.sourcefiles^.files;
         while assigned(hp) do
         while assigned(hp) do
          begin
          begin
@@ -146,6 +147,7 @@
            hp:=hp^.ref_next;
            hp:=hp^.ref_next;
          end;
          end;
         current_ppu^.writeentry(ibsourcefiles);
         current_ppu^.writeentry(ibsourcefiles);
+        current_ppu^.do_crc:=true;
       end;
       end;
 
 
 
 
@@ -442,7 +444,10 @@
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.28  1999-01-12 14:25:35  peter
+  Revision 1.29  1999-01-20 10:16:46  peter
+    * don't update crc when writing objs,libs and sources
+
+  Revision 1.28  1999/01/12 14:25:35  peter
     + BrowserLog for browser.log generation
     + BrowserLog for browser.log generation
     + BrowserCol for browser info in TCollections
     + BrowserCol for browser info in TCollections
     * released all other UseBrowser
     * released all other UseBrowser