mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-03 22:03:27 -06:00
20 lines
245 B
Text
20 lines
245 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,
|
|
lib\LICENSE,
|
|
src.tpp,
|
|
Copying;
|
|
|