Commit 0e1361c6 authored by Steve Revill's avatar Steve Revill
Browse files

Minor tweaks to build and install correctly.

Detail:
  Some changes were required in order for this component to build and install
  correctly. These changes are required for the ROOL 'Disc' build.
Admin:
  Tested in Iyonix 'Disc' build using ROOL 'BuildEnv' build environment

Version 1.97. Tagged as 'Paint-1_97'
parent 38e4780b
......@@ -44,7 +44,7 @@ RESAPP = <resource$dir>.Apps.${APP}
#
# Generic options:
#
MKDIR = cdir
MKDIR = do mkdir -p
AS = objasm
CC = cc
CMHG = cmhg
......@@ -53,6 +53,7 @@ LD = link
RM = remove
SQUEEZE = squeeze
WIPE = -wipe
XWIPE = x wipe
AFLAGS = ${THROWBACK} -depend !Depend -nocache -stamp -quit
CFLAGS = ${THROWBACK} -c -depend !Depend -fah ${INCLUDES} -wp
......@@ -137,6 +138,7 @@ rom: ${ROM_MODULE}
@echo ${COMPONENT}: Module built (ROM)
install: ${FILES}
${MKDIR} ${INSTDIR}
${CP} ${RDIR}.!Boot ${INSTDIR}.!Boot ${CPFLAGS}
${CP} ${LDIR}.!Help ${INSTDIR}.!Help ${CPFLAGS}
${CP} ${LDIR}.!Run ${INSTDIR}.!Run ${CPFLAGS}
......@@ -187,12 +189,12 @@ resources: ${MSGS}
@echo ${COMPONENT}: resource files copied to Messages module
clean:
${WIPE} o.* ${WFLAGS}
${WIPE} oz.* ${WFLAGS}
${WIPE} od.* ${WFLAGS}
${WIPE} s.* ${WFLAGS}
${WIPE} linked.* ${WFLAGS}
${WIPE} map.* ${WFLAGS}
${XWIPE} o.* ${WFLAGS}
${XWIPE} oz.* ${WFLAGS}
${XWIPE} od.* ${WFLAGS}
${XWIPE} s.* ${WFLAGS}
${XWIPE} linked.* ${WFLAGS}
${XWIPE} map.* ${WFLAGS}
${RM} abs.!RunImage
${RM} abs.!RunImageD
${RM} ${ROM_MODULE}
......
;
; This file is automatically maintained by srccommit, do not edit manually.
; Last processed by srccommit version: 1.68.
; Last processed by srccommit version: 1.2.
;
GBLS Module_MajorVersion
GBLA Module_Version
......@@ -11,13 +11,13 @@
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "1.96"
Module_Version SETA 196
Module_MajorVersion SETS "1.97"
Module_Version SETA 197
Module_MinorVersion SETS ""
Module_Date SETS "21 Feb 2003"
Module_ApplicationDate SETS "21-Feb-03"
Module_Date SETS "22 Jan 2007"
Module_ApplicationDate SETS "22-Jan-07"
Module_ComponentName SETS "Paint"
Module_ComponentPath SETS "RiscOS/Sources/Apps/Paint"
Module_FullVersion SETS "1.96"
Module_HelpVersion SETS "1.96 (21 Feb 2003)"
Module_FullVersion SETS "1.97"
Module_HelpVersion SETS "1.97 (22 Jan 2007)"
END
/* (1.96)
/* (1.97)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.68.
* Last processed by srccommit version: 1.2.
*
*/
#define Module_MajorVersion_CMHG 1.96
#define Module_MajorVersion_CMHG 1.97
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 21 Feb 2003
#define Module_Date_CMHG 22 Jan 2007
#define Module_MajorVersion "1.96"
#define Module_Version 196
#define Module_MajorVersion "1.97"
#define Module_Version 197
#define Module_MinorVersion ""
#define Module_Date "21 Feb 2003"
#define Module_Date "22 Jan 2007"
#define Module_ApplicationDate "21-Feb-03"
#define Module_ApplicationDate "22-Jan-07"
#define Module_ComponentName "Paint"
#define Module_ComponentPath "RiscOS/Sources/Apps/Paint"
#define Module_FullVersion "1.96"
#define Module_HelpVersion "1.96 (21 Feb 2003)"
#define Module_LibraryVersionInfo "1:96"
#define Module_FullVersion "1.97"
#define Module_HelpVersion "1.97 (22 Jan 2007)"
#define Module_LibraryVersionInfo "1:97"
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