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
T
Tools
Sources
squeeze
Commits
89042477
Commit
89042477
authored
24 years ago
by
Stewart Brodie
Browse files
Options
Download
Email Patches
Plain Diff
Fixed build of xpand in the Makefile
Version 5.05. Tagged as 'squeeze-5_05'
parent
2518d4ed
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
9 deletions
+10
-9
Makefile
Makefile
+4
-3
VersionNum
VersionNum
+6
-6
No files found.
Makefile
View file @
89042477
...
@@ -86,7 +86,8 @@ install_resources:
...
@@ -86,7 +86,8 @@ install_resources:
clean
:
clean
:
${WIPE}
o
${WFLAGS}
${WIPE}
o
${WFLAGS}
${RM}
${COMPONENT}
${RM}
${TARGET}
${RM}
${TARGET2}
@
echo
${COMPONENT}
: cleaned
@
echo
${COMPONENT}
: cleaned
export_hdrs
:
export_hdrs
:
...
@@ -103,12 +104,12 @@ ${DIRS}:
...
@@ -103,12 +104,12 @@ ${DIRS}:
# Final link
# Final link
#
#
${TARGET}
:
${OBJS} ${LIBS} ${DIRS}
${TARGET}
:
${OBJS} ${LIBS} ${DIRS}
${LD}
${LDFLAGS}
-o
$
{COMPONENT}
${OBJS}
${LIBS}
${LD}
${LDFLAGS}
-o
$
@
${OBJS}
${LIBS}
${SQZ}
${SQZFLAGS}
$@
${SQZ}
${SQZFLAGS}
$@
${CHMOD}
a+rx
$@
${CHMOD}
a+rx
$@
${TARGET2}
:
${XPANDOBJS} ${LIBS} ${DIRS}
${TARGET2}
:
${XPANDOBJS} ${LIBS} ${DIRS}
${LD}
${LDFLAGS}
-o
$
{COMPONENT}
${
OBJS}
${LIBS}
${LD}
${LDFLAGS}
-o
$
@
${XPAND
OBJS}
${LIBS}
${SQZ}
${SQZFLAGS}
$@
${SQZ}
${SQZFLAGS}
$@
${CHMOD}
a+rx
$@
${CHMOD}
a+rx
$@
...
...
This diff is collapsed.
Click to expand it.
VersionNum
View file @
89042477
/* (5.0
4
)
/* (5.0
5
)
*
*
* This file is automatically maintained by srccommit, do not edit manually.
* This file is automatically maintained by srccommit, do not edit manually.
*
*
*/
*/
#define Module_MajorVersion_CMHG 5.0
4
#define Module_MajorVersion_CMHG 5.0
5
#define Module_MinorVersion_CMHG
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 02 Mar 2001
#define Module_Date_CMHG 02 Mar 2001
#define Module_MajorVersion "5.0
4
"
#define Module_MajorVersion "5.0
5
"
#define Module_Version 50
4
#define Module_Version 50
5
#define Module_MinorVersion ""
#define Module_MinorVersion ""
#define Module_Date "02 Mar 2001"
#define Module_Date "02 Mar 2001"
...
@@ -18,5 +18,5 @@
...
@@ -18,5 +18,5 @@
#define Module_ComponentName "squeeze"
#define Module_ComponentName "squeeze"
#define Module_ComponentPath "RiscOS/Tools/Sources/squeeze"
#define Module_ComponentPath "RiscOS/Tools/Sources/squeeze"
#define Module_FullVersion "5.0
4
"
#define Module_FullVersion "5.0
5
"
#define Module_HelpVersion "5.0
4
(02 Mar 2001)"
#define Module_HelpVersion "5.0
5
(02 Mar 2001)"
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