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" +}; +