Commit 4b327aac authored by Steve Revill's avatar Steve Revill
Browse files

Fixed errors during export phase when TARGET=ThemeDefs

Version 5.19. Tagged as 'Wimp-5_19'
parent 098495b5
......@@ -42,7 +42,10 @@ SA_FLAGS =
ASFLAGS = -NoWarn -PreDefine "Options SETS \"${OPTIONS}\""
ifeq (${TARGET},ThemeDefs)
CUSTOMSA = custom
CUSTOMEXP = custom
install:
${MKDIR} ${INSTDIR}.${USERIF}
IfThere LocalRes:${USERIF}.DiscSprites.Sprites Then ${CP} LocalRes:${USERIF}.DiscSprites.Sprites ${INSTDIR}.${USERIF}.Sprites ${CPFLAGS}
......@@ -50,6 +53,10 @@ install:
IfThere LocalRes:${USERIF}.DiscSprites.Sprites22 Then ${CP} LocalRes:${USERIF}.DiscSprites.Sprites22 ${INSTDIR}.${USERIF}.Sprites22 ${CPFLAGS}
IfThere LocalRes:${USERIF}.DiscSprites.Tools Then ${CP} LocalRes:${USERIF}.DiscSprites.Tools ${INSTDIR}.${USERIF}.Tools ${CPFLAGS}
@${ECHO} ${COMPONENT}: disc theme resources installed
export:
@${ECHO} ${COMPONENT}: nothing to export when target is ${TARGET}
endif
include StdTools
......
......@@ -11,13 +11,13 @@
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "5.18"
Module_Version SETA 518
Module_MajorVersion SETS "5.19"
Module_Version SETA 519
Module_MinorVersion SETS ""
Module_Date SETS "11 Aug 2012"
Module_ApplicationDate SETS "11-Aug-12"
Module_Date SETS "09 Oct 2012"
Module_ApplicationDate SETS "09-Oct-12"
Module_ComponentName SETS "Wimp"
Module_ComponentPath SETS "castle/RiscOS/Sources/Desktop/Wimp"
Module_FullVersion SETS "5.18"
Module_HelpVersion SETS "5.18 (11 Aug 2012)"
Module_FullVersion SETS "5.19"
Module_HelpVersion SETS "5.19 (09 Oct 2012)"
END
/* (5.18)
/* (5.19)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 5.18
#define Module_MajorVersion_CMHG 5.19
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 11 Aug 2012
#define Module_Date_CMHG 09 Oct 2012
#define Module_MajorVersion "5.18"
#define Module_Version 518
#define Module_MajorVersion "5.19"
#define Module_Version 519
#define Module_MinorVersion ""
#define Module_Date "11 Aug 2012"
#define Module_Date "09 Oct 2012"
#define Module_ApplicationDate "11-Aug-12"
#define Module_ApplicationDate "09-Oct-12"
#define Module_ComponentName "Wimp"
#define Module_ComponentPath "castle/RiscOS/Sources/Desktop/Wimp"
#define Module_FullVersion "5.18"
#define Module_HelpVersion "5.18 (11 Aug 2012)"
#define Module_LibraryVersionInfo "5:18"
#define Module_FullVersion "5.19"
#define Module_HelpVersion "5.19 (09 Oct 2012)"
#define Module_LibraryVersionInfo "5:19"
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