Added a static library libunzip.a to reduce repeated lines. Hope it builds :)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7560 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
SubDir OBOS_TOP src apps bin unzip ;
|
||||
|
||||
BinCommand unzip :
|
||||
unzip.c
|
||||
StaticLibrary unzip :
|
||||
crc32.c
|
||||
crctab.c
|
||||
crypt.c
|
||||
@@ -15,13 +14,18 @@ BinCommand unzip :
|
||||
match.c
|
||||
process.c
|
||||
ttyio.c
|
||||
unreduce.c
|
||||
unshrink.c
|
||||
zipinfo.c
|
||||
beos.c
|
||||
beosmain.cpp
|
||||
;
|
||||
|
||||
BinCommand unzip :
|
||||
unzip.c
|
||||
unreduce.c
|
||||
unshrink.c
|
||||
: libunzip.a
|
||||
;
|
||||
|
||||
LinkSharedOSLibs unzip : be ;
|
||||
|
||||
|
||||
@@ -38,23 +42,8 @@ LinkSharedOSLibs funzip : be ;
|
||||
|
||||
BinCommand unzipsfx :
|
||||
unzip.c
|
||||
crc32.c
|
||||
crctab.c
|
||||
crypt.c
|
||||
extract.c
|
||||
fileio.c
|
||||
globals.c
|
||||
inflate.c
|
||||
match.c
|
||||
process.c
|
||||
ttyio.c
|
||||
beos.c
|
||||
beosmain.cpp
|
||||
sfxdefs.c
|
||||
envargs.c
|
||||
zipinfo.c
|
||||
list.c
|
||||
explode.c
|
||||
: libunzip.a
|
||||
;
|
||||
|
||||
LinkSharedOSLibs unzipsfx : be ;
|
||||
|
||||
Reference in New Issue
Block a user