Files
haiku-beta6/src/apps/bin/zip/Jamfile
T
shatty ca49cc71de compile resources only once for all zip binaries
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10106 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-11-21 09:36:49 +00:00

44 lines
548 B
Plaintext

SubDir OBOS_TOP src apps bin zip ;
local zip_rsrc = [ FGristFiles zip.rsrc ] ;
ResComp $(zip_rsrc) : [ FGristFiles zip.rdef ] ;
StaticLibrary zip :
zipup.c
crypt.c
ttyio.c
beos.c
globals.c
deflate.c
fileio.c
util.c
crc32.c
zipfile.c
trees.c
crctab.c
: : zip.rsrc
;
BinCommand zip :
zip.c
: libzip.a be : zip.rsrc
;
BinCommand zipcloak :
zipcloak.c
bedefs.c
: libzip.a : zip.rsrc
;
BinCommand zipnote :
zipnote.c
bedefs.c
: libzip.a be : zip.rsrc
;
BinCommand zipsplit :
zipsplit.c
bedefs.c
: libzip.a be : zip.rsrc
;