Commit b91d4d07 authored by Ben Avison's avatar Ben Avison
Browse files

Added install rule

Admin:
  This is only intended for use when building the disc image for the C/C++ CD.

Version 0.57. Tagged as 'Unicode-0_57'
...@@ -179,6 +179,11 @@ export: export_${PHASE} ...@@ -179,6 +179,11 @@ export: export_${PHASE}
install_rom: ${TARGET} install_rom: ${TARGET}
@echo ${COMPONENT}: rom module installed @echo ${COMPONENT}: rom module installed
install:
${MKDIR} ${INSTDIR}.Unicode
${CP} ${UNICODELIBDIR}.* ${INSTDIR}.Unicode.* ${CPFLAGS}
@echo ${COMPONENT}: installed
clean: clean:
${WIPE} o ${WFLAGS} ${WIPE} o ${WFLAGS}
${WIPE} oz ${WFLAGS} ${WIPE} oz ${WFLAGS}
......
/* (0.56) /* (0.57)
* *
* 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 0.56 #define Module_MajorVersion_CMHG 0.57
#define Module_MinorVersion_CMHG #define Module_MinorVersion_CMHG
#define Module_Date_CMHG 14 Jun 2009 #define Module_Date_CMHG 26 Jun 2009
#define Module_MajorVersion "0.56" #define Module_MajorVersion "0.57"
#define Module_Version 56 #define Module_Version 57
#define Module_MinorVersion "" #define Module_MinorVersion ""
#define Module_Date "14 Jun 2009" #define Module_Date "26 Jun 2009"
#define Module_ApplicationDate "14-Jun-09" #define Module_ApplicationDate "26-Jun-09"
#define Module_ComponentName "Unicode" #define Module_ComponentName "Unicode"
#define Module_ComponentPath "castle/RiscOS/Sources/Lib/Unicode" #define Module_ComponentPath "castle/RiscOS/Sources/Lib/Unicode"
#define Module_FullVersion "0.56" #define Module_FullVersion "0.57"
#define Module_HelpVersion "0.56 (14 Jun 2009)" #define Module_HelpVersion "0.57 (26 Jun 2009)"
#define Module_LibraryVersionInfo "0:56" #define Module_LibraryVersionInfo "0:57"
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