diff --git a/Makefile b/Makefile index 41d7b57f44ef15407cc0841b95c119ba7a4dffba..71a5a2fee156f3ad5dddf6887ed5ce2984c85913 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,7 @@ LD = link RM = remove SQUEEZE = squeeze WIPE = -wipe +XWIPE = x wipe CFLAGS = -c -depend !Depend -ffa -gflv ${INCLUDES} -throwback PFLAGS = -c -depend !Depend -E -C ${INCLUDES} -throwback @@ -124,12 +125,12 @@ install: Resources.BootRun.!RunImage \ @echo ${COMPONENT}: All installed (Disc) clean: - ${WIPE} oA.* ${WFLAGS} - ${WIPE} oB.* ${WFLAGS} - ${WIPE} oR.* ${WFLAGS} - ${WIPE} pA ${WFLAGS} - ${WIPE} pB ${WFLAGS} - ${WIPE} pR ${WFLAGS} + ${XWIPE} oA.* ${WFLAGS} + ${XWIPE} oB.* ${WFLAGS} + ${XWIPE} oR.* ${WFLAGS} + ${XWIPE} pA ${WFLAGS} + ${XWIPE} pB ${WFLAGS} + ${XWIPE} pR ${WFLAGS} ${RM} Resources.BootApps.!RunImage ${RM} Resources.BootBoot.!RunImage ${RM} Resources.BootRun.!RunImage diff --git a/VersionNum b/VersionNum index 42f67c85e630d7f40f767a2f21a12185daf95381..436304c64e3b23aedfd701c8995bbf44ccbfaa68 100644 --- a/VersionNum +++ b/VersionNum @@ -1,23 +1,23 @@ -/* (0.03) +/* (0.04) * * 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 0.03 +#define Module_MajorVersion_CMHG 0.04 #define Module_MinorVersion_CMHG -#define Module_Date_CMHG 14 Dec 2002 +#define Module_Date_CMHG 22 Jan 2007 -#define Module_MajorVersion "0.03" -#define Module_Version 3 +#define Module_MajorVersion "0.04" +#define Module_Version 4 #define Module_MinorVersion "" -#define Module_Date "14 Dec 2002" +#define Module_Date "22 Jan 2007" -#define Module_ApplicationDate "14-Dec-02" +#define Module_ApplicationDate "22-Jan-07" #define Module_ComponentName "Bootxxxx" #define Module_ComponentPath "RiscOS/Sources/SystemRes/Configure2/PlugIns/Bootxxxx" -#define Module_FullVersion "0.03" -#define Module_HelpVersion "0.03 (14 Dec 2002)" -#define Module_LibraryVersionInfo "0:3" +#define Module_FullVersion "0.04" +#define Module_HelpVersion "0.04 (22 Jan 2007)" +#define Module_LibraryVersionInfo "0:4"