Browse Source

* adapted for gzcrc

peter 25 years ago
parent
commit
c356a11ae4
2 changed files with 3 additions and 3 deletions
  1. 2 2
      packages/paszlib/Makefile
  2. 1 1
      packages/paszlib/Makefile.fpc

+ 2 - 2
packages/paszlib/Makefile

@@ -1,5 +1,5 @@
 #
-# Makefile generated by fpcmake v0.99.15 [2000/07/02]
+# Makefile generated by fpcmake v1.00 [2000/07/31]
 #
 
 defaultrule: all
@@ -184,7 +184,7 @@ endif
 
 # Targets
 
-override UNITOBJECTS+=paszlib adler crc crcasm gzio infblock infcodes inffast inftrees infutil strutils trees zcompres zdeflate zinflate zbase zuncompr zutil
+override UNITOBJECTS+=paszlib adler gzcrc gzcrcasm gzio infblock infcodes inffast inftrees infutil strutils trees zcompres zdeflate zinflate zbase zuncompr zutil
 override EXAMPLEOBJECTS+=example minigzip
 
 # Clean

+ 1 - 1
packages/paszlib/Makefile.fpc

@@ -3,7 +3,7 @@
 #
 
 [targets]
-units=paszlib adler crc crcasm gzio infblock infcodes inffast inftrees infutil strutils trees zcompres zdeflate zinflate zbase zuncompr zutil
+units=paszlib adler gzcrc gzcrcasm gzio infblock infcodes inffast inftrees infutil strutils trees zcompres zdeflate zinflate zbase zuncompr zutil
 examples=example minigzip
 
 [install]