mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-10 17:37:41 +01:00
* adapted for gzcrc
This commit is contained in:
parent
83fddfe3db
commit
c356a11ae4
@ -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
|
||||
|
||||
@ -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]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user