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
cee23ab6
Commit
cee23ab6
authored
Aug 11, 2012
by
Robert Sprowson
Browse files
Add option to install disc sprites as a seperate target
Version 5.18. Tagged as 'Wimp-5_18'
parent
2277990d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
17 deletions
+28
-17
Makefile
Makefile
+12
-1
VersionASM
VersionASM
+6
-6
VersionNum
VersionNum
+10
-10
No files found.
Makefile
View file @
cee23ab6
...
...
@@ -33,7 +33,7 @@
# Program specific options:
#
COMPONENT
=
WindowManager
TARGET
=
Wimp
TARGET
?
=
Wimp
HEADER1
=
${TARGET}
HEADER2
=
WimpSpace
RESOURCES
=
manual
...
...
@@ -41,6 +41,17 @@ RESOURCES = manual
SA_FLAGS
=
ASFLAGS
=
-NoWarn
-PreDefine
"Options SETS
\"
${OPTIONS}
\"
"
ifeq
(${TARGET},ThemeDefs)
CUSTOMSA
=
custom
install
:
${MKDIR}
${INSTDIR}
.
${USERIF}
IfThere LocalRes:
${USERIF}
.DiscSprites.Sprites Then
${CP}
LocalRes:
${USERIF}
.DiscSprites.Sprites
${INSTDIR}
.
${USERIF}
.Sprites
${CPFLAGS}
IfThere LocalRes:
${USERIF}
.DiscSprites.Sprites11 Then
${CP}
LocalRes:
${USERIF}
.DiscSprites.Sprites11
${INSTDIR}
.
${USERIF}
.Sprites11
${CPFLAGS}
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
endif
include
StdTools
include
AAsmModule
...
...
VersionASM
View file @
cee23ab6
...
...
@@ -11,13 +11,13 @@
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "5.1
7
"
Module_Version SETA 51
7
Module_MajorVersion SETS "5.1
8
"
Module_Version SETA 51
8
Module_MinorVersion SETS ""
Module_Date SETS "1
4 Jul
2012"
Module_ApplicationDate SETS "1
4-Jul
-12"
Module_Date SETS "1
1 Aug
2012"
Module_ApplicationDate SETS "1
1-Aug
-12"
Module_ComponentName SETS "Wimp"
Module_ComponentPath SETS "castle/RiscOS/Sources/Desktop/Wimp"
Module_FullVersion SETS "5.1
7
"
Module_HelpVersion SETS "5.1
7
(1
4 Jul
2012)"
Module_FullVersion SETS "5.1
8
"
Module_HelpVersion SETS "5.1
8
(1
1 Aug
2012)"
END
VersionNum
View file @
cee23ab6
/* (5.1
7
)
/* (5.1
8
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 5.1
7
#define Module_MajorVersion_CMHG 5.1
8
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 1
4 Jul
2012
#define Module_Date_CMHG 1
1 Aug
2012
#define Module_MajorVersion "5.1
7
"
#define Module_Version 51
7
#define Module_MajorVersion "5.1
8
"
#define Module_Version 51
8
#define Module_MinorVersion ""
#define Module_Date "1
4 Jul
2012"
#define Module_Date "1
1 Aug
2012"
#define Module_ApplicationDate "1
4-Jul
-12"
#define Module_ApplicationDate "1
1-Aug
-12"
#define Module_ComponentName "Wimp"
#define Module_ComponentPath "castle/RiscOS/Sources/Desktop/Wimp"
#define Module_FullVersion "5.1
7
"
#define Module_HelpVersion "5.1
7
(1
4 Jul
2012)"
#define Module_LibraryVersionInfo "5:1
7
"
#define Module_FullVersion "5.1
8
"
#define Module_HelpVersion "5.1
8
(1
1 Aug
2012)"
#define Module_LibraryVersionInfo "5:1
8
"
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