Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Timothy E Baldwin
Wimp
Commits
4b327aac
Commit
4b327aac
authored
12 years ago
by
Steve Revill
Browse files
Options
Download
Email Patches
Plain Diff
Fixed errors during export phase when TARGET=ThemeDefs
Version 5.19. Tagged as 'Wimp-5_19'
parent
098495b5
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
24 additions
and
17 deletions
+24
-17
Makefile
Makefile
+8
-1
VersionASM
VersionASM
+6
-6
VersionNum
VersionNum
+10
-10
No files found.
Makefile
View file @
4b327aac
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
VersionASM
View file @
4b327aac
...
...
@@ -11,13 +11,13 @@
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "5.1
8
"
Module_Version SETA 51
8
Module_MajorVersion SETS "5.1
9
"
Module_Version SETA 51
9
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.1
8
"
Module_HelpVersion SETS "5.1
8
(
11 Aug
2012)"
Module_FullVersion SETS "5.1
9
"
Module_HelpVersion SETS "5.1
9
(
09 Oct
2012)"
END
This diff is collapsed.
Click to expand it.
VersionNum
View file @
4b327aac
/* (5.1
8
)
/* (5.1
9
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 5.1
8
#define Module_MajorVersion_CMHG 5.1
9
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
11 Aug
2012
#define Module_Date_CMHG
09 Oct
2012
#define Module_MajorVersion "5.1
8
"
#define Module_Version 51
8
#define Module_MajorVersion "5.1
9
"
#define Module_Version 51
9
#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.1
8
"
#define Module_HelpVersion "5.1
8
(
11 Aug
2012)"
#define Module_LibraryVersionInfo "5:1
8
"
#define Module_FullVersion "5.1
9
"
#define Module_HelpVersion "5.1
9
(
09 Oct
2012)"
#define Module_LibraryVersionInfo "5:1
9
"
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment