Commit 12348401 authored by Robert Sprowson's avatar Robert Sprowson
Browse files

Repoint CALLXLIB

Tack a 'zm' on the end to match callx-0_09.
Mark the application version as invalid, since callx can't be used from an application which gets paged out.

Version 6.61. Tagged as 'BuildSys-6_61'
parent 3b88d112
......@@ -52,7 +52,7 @@ NET4LIBS = ${UNIXLIB} ${INETLIB} ${SOCK4LIB}
NET5LIBS = ${UNIXLIB} ${INETLIB} ${SOCK5LIB}
ABCLIB = C:ABCLib.o.ABCLib
CALLXLIB = C:callx.o.callx
CALLXLIB = _!_x_!_
CONLIB = C:ConfigLib.o.ConfigLib
DDTLIB = C:DDTLib.o.DDTLib
DESKLIB = C:Desk.o.Desk
......
......@@ -54,7 +54,7 @@ NET4LIBS = ${UNIXLIB} ${INETLIB} ${SOCK4LIB}
NET5LIBS = ${UNIXLIB} ${INETLIB} ${SOCK5LIB}
ABCLIB = C:ABCLib.o.ABCLib
CALLXLIB = C:callx.o.callx
CALLXLIB = C:callx.o.callxzm
CONLIB = C:ConfigLib.o.ConfigLibzm
DDTLIB = C:DDTLib.o.DDTLib_M
DESKLIB = C:Desk.o.Desk_M
......
/* (6.60)
/* (6.61)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 6.60
#define Module_MajorVersion_CMHG 6.61
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 24 Oct 2014
#define Module_Date_CMHG 25 Nov 2014
#define Module_MajorVersion "6.60"
#define Module_Version 660
#define Module_MajorVersion "6.61"
#define Module_Version 661
#define Module_MinorVersion ""
#define Module_Date "24 Oct 2014"
#define Module_Date "25 Nov 2014"
#define Module_ApplicationDate "24-Oct-14"
#define Module_ApplicationDate "25-Nov-14"
#define Module_ComponentName "BuildSys"
#define Module_ComponentPath "castle/RiscOS/BuildSys"
#define Module_FullVersion "6.60"
#define Module_HelpVersion "6.60 (24 Oct 2014)"
#define Module_LibraryVersionInfo "6:60"
#define Module_FullVersion "6.61"
#define Module_HelpVersion "6.61 (25 Nov 2014)"
#define Module_LibraryVersionInfo "6:61"
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