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

Changed definition of WIPE macro in shared makefiles.

WIPE is now the same as XWIPE, rather than the annoying "-wipe".

Version 5.36. Tagged as 'BuildSys-5_36'
parent 23f3cebd
...@@ -140,11 +140,11 @@ CP = copy ${CPPREFLAGS} ...@@ -140,11 +140,11 @@ CP = copy ${CPPREFLAGS}
WFLAGS = FR~C~V WFLAGS = FR~C~V
WPREFLAGS = WPREFLAGS =
WIPE = -wipe ${WPREFLAGS}
# A version of wipe that suppresses all errors # A version of wipe that suppresses all errors
XWIPE = x wipe ${WPREFLAGS} XWIPE = x wipe ${WPREFLAGS}
# Required for legacy components
WIPE = ${XWIPE}
# Directory separator character # Directory separator character
SEP = . SEP = .
......
/* (5.35) /* (5.36)
* *
* 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 5.35 #define Module_MajorVersion_CMHG 5.36
#define Module_MinorVersion_CMHG #define Module_MinorVersion_CMHG
#define Module_Date_CMHG 12 Jan 2012 #define Module_Date_CMHG 16 Jan 2012
#define Module_MajorVersion "5.35" #define Module_MajorVersion "5.36"
#define Module_Version 535 #define Module_Version 536
#define Module_MinorVersion "" #define Module_MinorVersion ""
#define Module_Date "12 Jan 2012" #define Module_Date "16 Jan 2012"
#define Module_ApplicationDate "12-Jan-12" #define Module_ApplicationDate "16-Jan-12"
#define Module_ComponentName "BuildSys" #define Module_ComponentName "BuildSys"
#define Module_ComponentPath "castle/RiscOS/BuildSys" #define Module_ComponentPath "castle/RiscOS/BuildSys"
#define Module_FullVersion "5.35" #define Module_FullVersion "5.36"
#define Module_HelpVersion "5.35 (12 Jan 2012)" #define Module_HelpVersion "5.36 (16 Jan 2012)"
#define Module_LibraryVersionInfo "5:35" #define Module_LibraryVersionInfo "5:36"
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