mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-09 14:07:08 -06:00
major Lizard fixes
- changed to real Lizard code v1.0 (I used LZ5 v2.0) - add Lizard file handling, so '.liz' files can be used in windows - changed CompressDialog (Lizard has 4 entries in the methods now) - added Lizard icon
This commit is contained in:
@@ -58,14 +58,9 @@ BROTLI_OBJS = \
|
||||
$O/br_utf8_util.obj \
|
||||
|
||||
LIZARD_OBJS = \
|
||||
$O/liz_entropy_common.obj \
|
||||
$O/liz_fse_compress.obj \
|
||||
$O/liz_fse_decompress.obj \
|
||||
$O/liz_huf_compress.obj \
|
||||
$O/liz_huf_decompress.obj \
|
||||
$O/liz_lz5_compress.obj \
|
||||
$O/liz_lz5_decompress.obj \
|
||||
$O/liz_lz5frame.obj \
|
||||
$O/lizard_compress.obj \
|
||||
$O/lizard_decompress.obj \
|
||||
$O/lizard_frame.obj \
|
||||
|
||||
LZ4_OBJS = \
|
||||
$O\lz4.obj \
|
||||
|
||||
Reference in New Issue
Block a user