Source
...
Target
Commits (2)
...@@ -41,14 +41,13 @@ RESAPP = <resource$dir>.Apps.${APP} ...@@ -41,14 +41,13 @@ RESAPP = <resource$dir>.Apps.${APP}
# Generic options: # Generic options:
# #
MKDIR = do mkdir -p MKDIR = do mkdir -p
AS = aasm
CP = copy CP = copy
RM = remove RM = remove
SQUISH = squish SQUISH = squish
WIPE = x wipe XWIPE = x wipe
PERL = do <Perl$Dir>.perl PERL = do <Perl$Dir>.perl
MODGEN = modgen
AFLAGS = ${THROWBACK} -depend !Depend -nocache -stamp -quit -module
CPFLAGS = ~cfr~v CPFLAGS = ~cfr~v
SQFLAGS = -nolist SQFLAGS = -nolist
WFLAGS = ~c~v WFLAGS = ~c~v
...@@ -107,7 +106,7 @@ clean: ...@@ -107,7 +106,7 @@ clean:
${RM} ${ROM_MODULE} ${RM} ${ROM_MODULE}
${RM} ${RDIR}.!RunImage ${RM} ${RDIR}.!RunImage
${RM} ${LDIR}.!RunLink ${RM} ${LDIR}.!RunLink
${WIPE} crunched.* ${WFLAGS} ${XWIPE} crunched.* ${WFLAGS}
@echo ${COMPONENT}: cleaned @echo ${COMPONENT}: cleaned
# #
...@@ -115,8 +114,8 @@ clean: ...@@ -115,8 +114,8 @@ clean:
# #
${ROM_MODULE}: VersionNum ${RESFILES} ${ROM_MODULE}: VersionNum ${RESFILES}
${PERL} build:getversion Chars$Version ${PERL} build:getversion Chars$BuildV Chars$FullV Chars$Date
do modgen ${ROM_MODULE} !Chars !Chars <Chars$Version> Resources.!RunImage Resources.Chars.!RunImage do ${MODGEN} -date "<Chars$Date>" ${ROM_MODULE} !Chars !Chars <Chars$BuildV> Resources.!RunImage Resources.Chars.!RunImage
${RDIR}.!RunImage: crunched.!RunImage ${RDIR}.!RunImage: crunched.!RunImage
${SQUISH} ${SQFLAGS} -from crunched.!RunImage -to $@ ${SQUISH} ${SQFLAGS} -from crunched.!RunImage -to $@
......
!Zeichen Version 1.18D (15. Sep 94)
===================================
!Zeichen ist ein Hilfprogramm, mit dem Sie auf Zeichen, !Zeichen ist ein Hilfprogramm, mit dem Sie auf Zeichen,
die mit der Tastatur schwer zugänglich sind (Symbole die mit der Tastatur schwer zugänglich sind (Symbole
oder Buchstaben mit Akzenten) zugreifen können. oder Buchstaben mit Akzenten) zugreifen können.
\ No newline at end of file
!Chars version 1.18 (15-Sep-94)
===============================
The Chars application helps you to enter characters The Chars application helps you to enter characters
that are not available on the keyboard; for example that are not available on the keyboard; for example
accented characters or special symbols. accented characters or special symbols.
......
Tsk:Characters Tsk:Characters
Help:Click SELECT or press Shift to enter character code %0 (&%1) as if from the keyboard.|MClick MENU to change the displayed font. Help:Click \s or press Shift to enter character code %0 (&%1) as if from the keyboard.|MClick MENU to change the displayed font.
MH:\Sdisplay the characters in this font. MH:\Sdisplay the characters in this font.
MenuSpc:There is not enough memory to display menu. Quit any unwanted applications or see the RISC OS User Guide for ways to maximise memory. MenuSpc:There is not enough memory to display menu. Quit any unwanted applications or see the RISC OS User Guide for ways to maximise memory.
FontErr:Chars is unable to display the currently selected outline font. FontErr:Chars is unable to display the currently selected outline font.
......
...@@ -11,13 +11,13 @@ ...@@ -11,13 +11,13 @@
GBLS Module_HelpVersion GBLS Module_HelpVersion
GBLS Module_ComponentName GBLS Module_ComponentName
GBLS Module_ComponentPath GBLS Module_ComponentPath
Module_MajorVersion SETS "1.22" Module_MajorVersion SETS "1.23"
Module_Version SETA 122 Module_Version SETA 123
Module_MinorVersion SETS "" Module_MinorVersion SETS ""
Module_Date SETS "19 Jan 2010" Module_Date SETS "02 Oct 2011"
Module_ApplicationDate SETS "19-Jan-10" Module_ApplicationDate SETS "02-Oct-11"
Module_ComponentName SETS "Chars" Module_ComponentName SETS "Chars"
Module_ComponentPath SETS "castle/RiscOS/Sources/Apps/Chars" Module_ComponentPath SETS "castle/RiscOS/Sources/Apps/Chars"
Module_FullVersion SETS "1.22" Module_FullVersion SETS "1.23"
Module_HelpVersion SETS "1.22 (19 Jan 2010)" Module_HelpVersion SETS "1.23 (02 Oct 2011)"
END END
/* (1.22) /* (1.23)
* *
* This file is automatically maintained by srccommit, do not edit manually. * This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1. * Last processed by srccommit version: 1.1.
* *
*/ */
#define Module_MajorVersion_CMHG 1.22 #define Module_MajorVersion_CMHG 1.23
#define Module_MinorVersion_CMHG #define Module_MinorVersion_CMHG
#define Module_Date_CMHG 19 Jan 2010 #define Module_Date_CMHG 02 Oct 2011
#define Module_MajorVersion "1.22" #define Module_MajorVersion "1.23"
#define Module_Version 122 #define Module_Version 123
#define Module_MinorVersion "" #define Module_MinorVersion ""
#define Module_Date "19 Jan 2010" #define Module_Date "02 Oct 2011"
#define Module_ApplicationDate "19-Jan-10" #define Module_ApplicationDate "02-Oct-11"
#define Module_ComponentName "Chars" #define Module_ComponentName "Chars"
#define Module_ComponentPath "castle/RiscOS/Sources/Apps/Chars" #define Module_ComponentPath "castle/RiscOS/Sources/Apps/Chars"
#define Module_FullVersion "1.22" #define Module_FullVersion "1.23"
#define Module_HelpVersion "1.22 (19 Jan 2010)" #define Module_HelpVersion "1.23 (02 Oct 2011)"
#define Module_LibraryVersionInfo "1:22" #define Module_LibraryVersionInfo "1:23"