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

Add install rule to shared TboxMake.

Fixes empty !System.310.Modules.Toolbox directory in recent PlingSystem builds.

Version 0.20. Tagged as 'Common-0_20'
parent 8b13a6f5
......@@ -124,6 +124,11 @@ ${ROM_MODULE}: ${ROM_OBJS} ${ROM_LIBS} ${ROM_DEPEND} ${DIRS}
trace: ${DBG_MODULE} ${DIRS}
@echo ${COMPONENT}: debug module built
install: ${RAM_MODULE} ${DIRS}
${MKDIR} ${INSTDIR}
${CP} ${RAM_MODULE} ${INSTDIR}.${TARGET} ${CPFLAGS}
@${ECHO} ${COMPONENT}: ram module installed
all: ${RAM_MODULE} ${DIRS}
@${ECHO} ${COMPONENT}: ram module built
......
/* (0.19)
/* (0.20)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 0.19
#define Module_MajorVersion_CMHG 0.20
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 05 Feb 2012
#define Module_Date_CMHG 03 May 2012
#define Module_MajorVersion "0.19"
#define Module_Version 19
#define Module_MajorVersion "0.20"
#define Module_Version 20
#define Module_MinorVersion ""
#define Module_Date "05 Feb 2012"
#define Module_Date "03 May 2012"
#define Module_ApplicationDate "05-Feb-12"
#define Module_ApplicationDate "03-May-12"
#define Module_ComponentName "Common"
#define Module_ComponentPath "castle/RiscOS/Sources/Toolbox/Common"
#define Module_FullVersion "0.19"
#define Module_HelpVersion "0.19 (05 Feb 2012)"
#define Module_LibraryVersionInfo "0:19"
#define Module_FullVersion "0.20"
#define Module_HelpVersion "0.20 (03 May 2012)"
#define Module_LibraryVersionInfo "0:20"
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