Version information for unzip

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7718 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2004-06-01 09:20:21 +00:00
parent e91078cbab
commit 343b654731
2 changed files with 18 additions and 12 deletions

View File

@ -2,6 +2,7 @@ SubDir OBOS_TOP src apps bin unzip ;
StaticLibrary unzip :
crc32.c
ttyio.c
crctab.c
crypt.c
envargs.c
@ -13,41 +14,35 @@ StaticLibrary unzip :
list.c
match.c
process.c
ttyio.c
zipinfo.c
beos.c
beosmain.cpp
: : unzip.rdef
;
BinCommand unzip :
unzip.c
unreduce.c
unshrink.c
: libunzip.a
: libunzip.a be : unzip.rdef
;
LinkSharedOSLibs unzip : be ;
BinCommand funzip :
funzip.c
crc32.c
cryptf.c
globalsf.c
inflatef.c
crc32.c
ttyio.c
: be : unzip.rdef
;
LinkSharedOSLibs funzip : be ;
BinCommand unzipsfx :
unzip.c
sfxdefs.c
: libunzip.a
: libunzip.a be : unzip.rdef
;
LinkSharedOSLibs unzipsfx : be ;
{
MakeLocate <bin>zipgrep : $(OBOS_BIN_DIR) ;
Shell <bin>zipgrep : zipgrep ;

View File

@ -0,0 +1,11 @@
resource app_version
{
major = 5,
middle = 5,
minor = 0,
variety = 5,
internal = 0,
short_info = "5.50",
long_info = "5.50 ©2002 Info-ZIP"
};