mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
18 lines
221 B
Text
18 lines
221 B
Text
description "BZ2 compressor/decompressor\3770,128,128";
|
|
|
|
optimize_speed;
|
|
|
|
options(BUILDER_OPTION) NOWARNINGS;
|
|
|
|
uses
|
|
Core;
|
|
|
|
library(POSIX) bz2;
|
|
|
|
file
|
|
Wrapper readonly separator,
|
|
bz2.h,
|
|
bz2upp.cpp,
|
|
bzlib.c,
|
|
src.tpp;
|
|
|