Commit 926340f9 authored by Steve Revill's avatar Steve Revill :soccer:
Browse files

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

Version 0.29. Tagged as 'DualSerial-0_29'
No related merge requests found
;
; This file is automatically maintained by srccommit, do not edit manually.
; Last processed by srccommit version: 1.68.
; Last processed by srccommit version: 1.1.
;
GBLS Module_MajorVersion
GBLA Module_Version
......@@ -11,13 +11,13 @@
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "0.28"
Module_Version SETA 28
Module_MajorVersion SETS "0.29"
Module_Version SETA 29
Module_MinorVersion SETS ""
Module_Date SETS "31 Jul 2004"
Module_ApplicationDate SETS "31-Jul-04"
Module_Date SETS "14 Jan 2012"
Module_ApplicationDate SETS "14-Jan-12"
Module_ComponentName SETS "DualSerial"
Module_ComponentPath SETS "RiscOS/Sources/HWSupport/DualSerial"
Module_FullVersion SETS "0.28"
Module_HelpVersion SETS "0.28 (31 Jul 2004)"
Module_ComponentPath SETS "castle/RiscOS/Sources/HWSupport/DualSerial"
Module_FullVersion SETS "0.29"
Module_HelpVersion SETS "0.29 (14 Jan 2012)"
END
/* (0.28)
/* (0.29)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.68.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 0.28
#define Module_MajorVersion_CMHG 0.29
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 31 Jul 2004
#define Module_Date_CMHG 14 Jan 2012
#define Module_MajorVersion "0.28"
#define Module_Version 28
#define Module_MajorVersion "0.29"
#define Module_Version 29
#define Module_MinorVersion ""
#define Module_Date "31 Jul 2004"
#define Module_Date "14 Jan 2012"
#define Module_ApplicationDate "31-Jul-04"
#define Module_ApplicationDate "14-Jan-12"
#define Module_ComponentName "DualSerial"
#define Module_ComponentPath "RiscOS/Sources/HWSupport/DualSerial"
#define Module_ComponentPath "castle/RiscOS/Sources/HWSupport/DualSerial"
#define Module_FullVersion "0.28"
#define Module_HelpVersion "0.28 (31 Jul 2004)"
#define Module_LibraryVersionInfo "0:28"
#define Module_FullVersion "0.29"
#define Module_HelpVersion "0.29 (14 Jan 2012)"
#define Module_LibraryVersionInfo "0:29"
......@@ -37,7 +37,7 @@ CMHG = cmhg
CP = copy
LD = link
RM = remove
WIPE = -wipe
WIPE = x wipe
CD = dir
AFLAGS = -depend !Depend -Stamp -quit
......
......@@ -37,7 +37,7 @@ CMHG = cmhg
CP = copy
LD = link
RM = remove
WIPE = -wipe
WIPE = x wipe
CD = dir
AFLAGS = -depend !Depend -Stamp -quit
......
......@@ -37,7 +37,7 @@ CMHG = cmhg
CP = copy
LD = link
RM = remove
WIPE = -wipe
WIPE = x wipe
CD = dir
AFLAGS = -depend !Depend -Stamp -quit
......
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