From 343b654731649f48dc6cc16fe8be93c63b9586e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Tue, 1 Jun 2004 09:20:21 +0000 Subject: [PATCH] Version information for unzip git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7718 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/unzip/Jamfile | 19 +++++++------------ src/apps/bin/unzip/unzip.rdef | 11 +++++++++++ 2 files changed, 18 insertions(+), 12 deletions(-) create mode 100644 src/apps/bin/unzip/unzip.rdef diff --git a/src/apps/bin/unzip/Jamfile b/src/apps/bin/unzip/Jamfile index 4cd92dbc9f..f7038a94ec 100644 --- a/src/apps/bin/unzip/Jamfile +++ b/src/apps/bin/unzip/Jamfile @@ -1,7 +1,8 @@ SubDir OBOS_TOP src apps bin unzip ; -StaticLibrary 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 zipgrep : $(OBOS_BIN_DIR) ; Shell zipgrep : zipgrep ; diff --git a/src/apps/bin/unzip/unzip.rdef b/src/apps/bin/unzip/unzip.rdef new file mode 100644 index 0000000000..b81c4aa5dd --- /dev/null +++ b/src/apps/bin/unzip/unzip.rdef @@ -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" +}; +