ultimatepp/uppsrc/plugin/bz2/bz2.upp
cxl 672fda5a1c .cosmetics
git-svn-id: svn://ultimatepp.org/upp/trunk@8147 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2015-02-07 17:42:29 +00:00

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;