mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 14:16:10 -06:00
23 lines
341 B
Text
23 lines
341 B
Text
description "BZ2 compressor/decompressor\3770,128,128";
|
|
|
|
optimize_speed;
|
|
|
|
uses
|
|
Core;
|
|
|
|
file
|
|
Wrapper readonly separator,
|
|
bz2.h,
|
|
bz2upp.cpp,
|
|
src.tpp,
|
|
"BZ2 files" readonly separator,
|
|
lib/bzlib.h,
|
|
lib/blocksort.c,
|
|
lib/bzlib.c,
|
|
lib/bzlib_private.h,
|
|
lib/compress.c,
|
|
lib/crctable.c,
|
|
lib/decompress.c,
|
|
lib/huffman.c,
|
|
lib/randtable.c;
|
|
|