Commit d6a6112d authored by Steve Revill's avatar Steve Revill
Browse files

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

Version 2.03. Tagged as 'SndSetup-2_03'
parent 92e0c558
...@@ -37,7 +37,7 @@ LD = link ...@@ -37,7 +37,7 @@ LD = link
CP = copy CP = copy
RM = rm RM = rm
SQUISH = squish SQUISH = squish
WIPE = -wipe WIPE = x wipe
AWK = GNU.gawk AWK = GNU.gawk
AFLAGS = ${THROWBACK} -depend !Depend -nocache -stamp -quit -module AFLAGS = ${THROWBACK} -depend !Depend -nocache -stamp -quit -module
......
/* (2.02) /* (2.03)
* *
* 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 2.02 #define Module_MajorVersion_CMHG 2.03
#define Module_MinorVersion_CMHG #define Module_MinorVersion_CMHG
#define Module_Date_CMHG 19 Dec 2011 #define Module_Date_CMHG 14 Jan 2012
#define Module_MajorVersion "2.02" #define Module_MajorVersion "2.03"
#define Module_Version 202 #define Module_Version 203
#define Module_MinorVersion "" #define Module_MinorVersion ""
#define Module_Date "19 Dec 2011" #define Module_Date "14 Jan 2012"
#define Module_ApplicationDate "19-Dec-11" #define Module_ApplicationDate "14-Jan-12"
#define Module_ComponentName "SndSetup" #define Module_ComponentName "SndSetup"
#define Module_ComponentPath "castle/RiscOS/Sources/SystemRes/Configure2/PlugIns/SndSetup" #define Module_ComponentPath "castle/RiscOS/Sources/SystemRes/Configure2/PlugIns/SndSetup"
#define Module_FullVersion "2.02" #define Module_FullVersion "2.03"
#define Module_HelpVersion "2.02 (19 Dec 2011)" #define Module_HelpVersion "2.03 (14 Jan 2012)"
#define Module_LibraryVersionInfo "2:2" #define Module_LibraryVersionInfo "2:3"
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