Commit 7e5cdde1 authored by Steve Revill's avatar Steve Revill
Browse files

Fixed so that it builds and installs. No runtime checking.

Version 1.21. Tagged as 'Chars-1_21'
parent b3a695bb
......@@ -40,12 +40,12 @@ RESAPP = <resource$dir>.Apps.${APP}
#
# Generic options:
#
MKDIR = cdir
MKDIR = do mkdir -p
AS = aasm
CP = copy
RM = remove
SQUISH = squish
WIPE = -wipe
SQUISH = squish
WIPE = x wipe
AFLAGS = ${THROWBACK} -depend !Depend -nocache -stamp -quit -module
CPFLAGS = ~cfr~v
......
;
; This file is automatically maintained by srccommit, do not edit manually.
; Last processed by srccommit version: 1.2.
;
GBLS Module_MajorVersion
GBLA Module_Version
GBLS Module_MinorVersion
GBLS Module_Date
GBLS Module_FullVersion
GBLS Module_ApplicationDate2
GBLS Module_ApplicationDate4
Module_MajorVersion SETS "1.20"
Module_Version SETA 120
GBLS Module_ApplicationDate
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "1.21"
Module_Version SETA 121
Module_MinorVersion SETS ""
Module_Date SETS "07 Jul 2000"
Module_ApplicationDate2 SETS "07-Jul-00"
Module_ApplicationDate4 SETS "07-Jul-2000"
Module_FullVersion SETS "1.20"
Module_Date SETS "19 Oct 2007"
Module_ApplicationDate SETS "19-Oct-07"
Module_ComponentName SETS "Chars"
Module_ComponentPath SETS "RiscOS/Sources/Apps/Chars"
Module_FullVersion SETS "1.21"
Module_HelpVersion SETS "1.21 (19 Oct 2007)"
END
/* (1.20)
/* (1.21)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.2.
*
*/
#define Module_MajorVersion_CMHG 1.20
#define Module_MajorVersion_CMHG 1.21
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 07 Jul 2000
#define Module_Date_CMHG 19 Oct 2007
#define Module_MajorVersion "1.20"
#define Module_Version 120
#define Module_MajorVersion "1.21"
#define Module_Version 121
#define Module_MinorVersion ""
#define Module_Date "07 Jul 2000"
#define Module_Date "19 Oct 2007"
#define Module_ApplicationDate2 "07-Jul-00"
#define Module_ApplicationDate4 "07-Jul-2000"
#define Module_ApplicationDate "19-Oct-07"
#define Module_FullVersion "1.20"
#define Module_ComponentName "Chars"
#define Module_ComponentPath "RiscOS/Sources/Apps/Chars"
#define Module_FullVersion "1.21"
#define Module_HelpVersion "1.21 (19 Oct 2007)"
#define Module_LibraryVersionInfo "1:21"
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