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
RiscOS
S
Sources
Lib
Wild
Commits
67aa0bdc
Commit
67aa0bdc
authored
10 years ago
by
Steve Revill
Browse files
Options
Download
Email Patches
Plain Diff
Added an install phase to support CTools builds.
Version 0.05. Tagged as 'Wild-0_05'
parent
97b4f2a3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
27 additions
and
11 deletions
+27
-11
!MkInstall,fd7
!MkInstall,fd7
+2
-0
MainMake
MainMake
+9
-0
Makefile
Makefile
+6
-1
VersionNum
VersionNum
+10
-10
No files found.
!MkInstall,fd7
0 → 100644
View file @
67aa0bdc
Dir <Obey$Dir>
amu install INSTDIR=<Install$Dir>
This diff is collapsed.
Click to expand it.
MainMake
View file @
67aa0bdc
...
...
@@ -148,6 +148,15 @@ clean:
# ------------------------------------------------------------------------------
# RISC OS disc build rules
#
install:
@$(MKDIR) $(INSTDIR)
@$(CP) $(EXP_DIR) $(INSTDIR).$(COMPONENT) $(CPFLAGS)
# ------------------------------------------------------------------------------
# Dynamic dependencies:
This diff is collapsed.
Click to expand it.
Makefile
View file @
67aa0bdc
...
...
@@ -43,6 +43,7 @@ COMPONENT = Wild
C_DEBUG_ON
=
-DDesk_DEBUG
C_DEBUG_OFF
=
-DNDEBUG
INSTDIR
?=
<Install
$Dir
>
...
...
@@ -77,7 +78,11 @@ export_libs:
@
amu
-f
MainMake
$(MFLAGS)
$(MAKECMDGOALS)
EXTRA_C_FLAGS
=
$(C_DEBUG_OFF)
LIBSUFFIX
=
EXT
=
o
@
amu
-f
MainMake
$(MFLAGS)
$(MAKECMDGOALS)
EXTRA_C_FLAGS
=
$(C_DEBUG_OFF)
LIBSUFFIX
=
_M
EXT
=
z
@
echo
$(COMPONENT)
:
export complete
(
libs
)
install
:
@
amu
-f
MainMake
$(MFLAGS)
$(MAKECMDGOALS)
INSTDIR
=
$(INSTDIR)
TARGET
=
AvoidAMUBug
EXT
=
AvoidAMUBug
@
echo
$(COMPONENT)
:
install complete
clean
:
@
amu
-f
MainMake
$(MFLAGS)
$(MAKECMDGOALS)
EXT
=
o
@
amu
-f
MainMake
$(MFLAGS)
$(MAKECMDGOALS)
EXT
=
z
...
...
This diff is collapsed.
Click to expand it.
VersionNum
View file @
67aa0bdc
/* (0.0
4
)
/* (0.0
5
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 0.0
4
#define Module_MajorVersion_CMHG 0.0
5
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
09
Oct 201
2
#define Module_Date_CMHG
18
Oct 201
4
#define Module_MajorVersion "0.0
4
"
#define Module_Version
4
#define Module_MajorVersion "0.0
5
"
#define Module_Version
5
#define Module_MinorVersion ""
#define Module_Date "
09
Oct 201
2
"
#define Module_Date "
18
Oct 201
4
"
#define Module_ApplicationDate "
09
-Oct-1
2
"
#define Module_ApplicationDate "
18
-Oct-1
4
"
#define Module_ComponentName "Wild"
#define Module_ComponentPath "gpl/RiscOS/Sources/ThirdParty/JSmith/Lib/Wild"
#define Module_FullVersion "0.0
4
"
#define Module_HelpVersion "0.0
4
(
09
Oct 201
2
)"
#define Module_LibraryVersionInfo "0:
4
"
#define Module_FullVersion "0.0
5
"
#define Module_HelpVersion "0.0
5
(
18
Oct 201
4
)"
#define Module_LibraryVersionInfo "0:
5
"
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