Commit f64cc7c5 authored by ROOL's avatar ROOL 🤖
Browse files

Spotted ZIP is already in the shared makefiles.

Fixed to point at the (new) location of the zip tool and added some useful
parameters - this is safe because nothing in the build tree was using
this definition of ZIP anyway.

Version 4.81. Tagged as 'BuildSys-4_81'
parent b1ddd206
......@@ -83,8 +83,8 @@ RPCGEN = rpcgen
SED = sed
WC = Unix.wc
YACC = GNU.bison
ZIP = Unix.zip
UNZIP = Unix.unzip
ZIP = ${DO} zip -9qr
UNZIP = unzip
#
# Standard options. These can be added to or overridden in the
......
/* (4.80)
/* (4.81)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 4.80
#define Module_MajorVersion_CMHG 4.81
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 17 Jul 2009
#define Module_Date_CMHG 19 Jul 2009
#define Module_MajorVersion "4.80"
#define Module_Version 480
#define Module_MajorVersion "4.81"
#define Module_Version 481
#define Module_MinorVersion ""
#define Module_Date "17 Jul 2009"
#define Module_Date "19 Jul 2009"
#define Module_ApplicationDate "17-Jul-09"
#define Module_ApplicationDate "19-Jul-09"
#define Module_ComponentName "BuildSys"
#define Module_ComponentPath "castle/RiscOS/BuildSys"
#define Module_FullVersion "4.80"
#define Module_HelpVersion "4.80 (17 Jul 2009)"
#define Module_LibraryVersionInfo "4:80"
#define Module_FullVersion "4.81"
#define Module_HelpVersion "4.81 (19 Jul 2009)"
#define Module_LibraryVersionInfo "4:81"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment