Files
haiku-beta6/src/bin/unzip/Jamfile
T
Ingo Weinhold 338b8dc301 Merged changes from branch build_system_redesign at revision 14573.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14574 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-10-29 16:27:43 +00:00

49 lines
563 B
Plaintext

SubDir HAIKU_TOP src bin unzip ;
StaticLibrary libunzip.a :
crc32.c
ttyio.c
crctab.c
crypt.c
envargs.c
explode.c
extract.c
fileio.c
globals.c
inflate.c
list.c
match.c
process.c
zipinfo.c
beos.c
beosmain.cpp
;
BinCommand unzip :
unzip.c
unreduce.c
unshrink.c
: libunzip.a be : unzip.rdef
;
BinCommand funzip :
funzip.c
cryptf.c
globalsf.c
inflatef.c
crc32.c
ttyio.c
: be : unzip.rdef
;
BinCommand unzipsfx :
unzip.c
sfxdefs.c
: libunzip.a be : unzip.rdef
;
{
MakeLocatePlatform <bin>zipgrep ;
Shell <bin>zipgrep : zipgrep ;
}