mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
17 lines
207 B
Text
17 lines
207 B
Text
description "BZ2 compressor/decompressor\3770,128,128";
|
|
|
|
options(BUILDER_OPTION) NOWARNINGS;
|
|
|
|
uses
|
|
Core;
|
|
|
|
library(POSIX & !NOSO) bz2;
|
|
|
|
file
|
|
bz2.h,
|
|
bz2upp.cpp,
|
|
bzlib.c,
|
|
lib\LICENSE,
|
|
src.tpp,
|
|
Copying;
|
|
|