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