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
HdrSrc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
RiscOS
S
Sources
Programmer
HdrSrc
Commits
3126d14d
Commit
3126d14d
authored
Oct 12, 2014
by
Steve Revill
⚽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modified the HdrSrc makefile's install phase for DDE builds.
Version 2.47. Tagged as 'HdrSrc-2_47'
parent
a7cfad09
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
24 deletions
+15
-24
Makefile
Makefile
+5
-14
VersionNum
VersionNum
+10
-10
No files found.
Makefile
View file @
3126d14d
...
...
@@ -178,26 +178,17 @@ Dirs:
${MKDIR}
${HDIR}
.Interface.h
${MKDIR}
${LIBDIR}
install
:
${INSTALLS} install_Dirs
install
:
install_Dirs
${CP}
hdr
${INSTDIR}
.Hdr
${CPFLAGS}
${ERASECVS}
${INSTDIR}
.Hdr
@
echo
${COMPONENT}
: installed
install_Dirs
:
${MKDIR}
${INSTDIR}
.Hdr.APCS
${MKDIR}
${INSTDIR}
.Hdr.CPU
${MKDIR}
${INSTDIR}
clean
:
@
echo
${COMPONENT}
: nothing to clean
#
# Rules for installing:
#
${INSTDIR}.Hdr.APCS.APCS-32
:
hdr.APCS.APCS-32; ${CP} hdr.APCS.APCS-32 $@ ${CPFLAGS}
${INSTDIR}.Hdr.APCS.APCS-R
:
hdr.APCS.APCS-R; ${CP} hdr.APCS.APCS-R $@ ${CPFLAGS}
${INSTDIR}.Hdr.APCS.Common
:
hdr.APCS.Common; ${CP} hdr.APCS.Common $@ ${CPFLAGS}
${INSTDIR}.Hdr.CPU.Generic26
:
hdr.CPU.Generic26; ${CP} hdr.CPU.Generic26 $@ ${CPFLAGS}
${INSTDIR}.Hdr.CPU.Generic32
:
hdr.CPU.Generic32; ${CP} hdr.CPU.Generic32 $@ ${CPFLAGS}
${INSTDIR}.Hdr.ListOpts
:
hdr.ListOpts; ${CP} hdr.ListOpts $@ ${CPFLAGS}
#
# Special rule for exporting all ImageSize, Machine and UserIF files.
# Trigger by invoking the export with OPTIONS=ALL.
...
...
VersionNum
View file @
3126d14d
/* (2.4
6
)
/* (2.4
7
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 2.4
6
#define Module_MajorVersion_CMHG 2.4
7
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
24 Sep
2014
#define Module_Date_CMHG
12 Oct
2014
#define Module_MajorVersion "2.4
6
"
#define Module_Version 24
6
#define Module_MajorVersion "2.4
7
"
#define Module_Version 24
7
#define Module_MinorVersion ""
#define Module_Date "
24 Sep
2014"
#define Module_Date "
12 Oct
2014"
#define Module_ApplicationDate "
24-Sep
-14"
#define Module_ApplicationDate "
12-Oct
-14"
#define Module_ComponentName "HdrSrc"
#define Module_ComponentPath "castle/RiscOS/Sources/Programmer/HdrSrc"
#define Module_FullVersion "2.4
6
"
#define Module_HelpVersion "2.4
6 (24 Sep
2014)"
#define Module_LibraryVersionInfo "2:4
6
"
#define Module_FullVersion "2.4
7
"
#define Module_HelpVersion "2.4
7 (12 Oct
2014)"
#define Module_LibraryVersionInfo "2:4
7
"
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