Commit 7ea8ef36 authored by Steve Revill's avatar Steve Revill
Browse files

Replace "-wipe" with "x wipe" in makefiles to remove annoying errors.

Version 0.06. Tagged as 'Bootxxxx-0_06'
parent 96246f66
...@@ -40,7 +40,7 @@ CP = copy ...@@ -40,7 +40,7 @@ CP = copy
LD = link LD = link
RM = remove RM = remove
SQUEEZE = squeeze SQUEEZE = squeeze
WIPE = -wipe WIPE = x wipe
XWIPE = x wipe XWIPE = x wipe
CFLAGS = -c -depend !Depend -ffa -gflv ${INCLUDES} -throwback CFLAGS = -c -depend !Depend -ffa -gflv ${INCLUDES} -throwback
......
/* (0.05) /* (0.06)
* *
* 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.05 #define Module_MajorVersion_CMHG 0.06
#define Module_MinorVersion_CMHG #define Module_MinorVersion_CMHG
#define Module_Date_CMHG 24 Oct 2009 #define Module_Date_CMHG 14 Jan 2012
#define Module_MajorVersion "0.05" #define Module_MajorVersion "0.06"
#define Module_Version 5 #define Module_Version 6
#define Module_MinorVersion "" #define Module_MinorVersion ""
#define Module_Date "24 Oct 2009" #define Module_Date "14 Jan 2012"
#define Module_ApplicationDate "24-Oct-09" #define Module_ApplicationDate "14-Jan-12"
#define Module_ComponentName "Bootxxxx" #define Module_ComponentName "Bootxxxx"
#define Module_ComponentPath "castle/RiscOS/Sources/SystemRes/Configure2/PlugIns/Bootxxxx" #define Module_ComponentPath "castle/RiscOS/Sources/SystemRes/Configure2/PlugIns/Bootxxxx"
#define Module_FullVersion "0.05" #define Module_FullVersion "0.06"
#define Module_HelpVersion "0.05 (24 Oct 2009)" #define Module_HelpVersion "0.06 (14 Jan 2012)"
#define Module_LibraryVersionInfo "0:5" #define Module_LibraryVersionInfo "0:6"
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