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:
parent
e91078cbab
commit
343b654731
@ -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 ;
|
||||
|
11
src/apps/bin/unzip/unzip.rdef
Normal file
11
src/apps/bin/unzip/unzip.rdef
Normal 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"
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user