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
528d2a57
Commit
528d2a57
authored
13 years ago
by
Robert Sprowson
Browse files
Options
Download
Email Patches
Plain Diff
Excess inclusions removed.
CApp does this for us. Version 5.12. Tagged as 'squeeze-5_12'
parent
7c802aed
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
21 deletions
+18
-21
Makefile
Makefile
+8
-11
VersionNum
VersionNum
+10
-10
No files found.
Makefile
View file @
528d2a57
...
...
@@ -13,24 +13,20 @@
# limitations under the License.
#
# Makefile for squeeze (a.k.a. armsqueeze) and xpand
#
COMPONENT
?=
squeeze
INSTAPP
=
${INSTDIR}${SEP}
!
Squeeze
INSTAPP
=
${INSTDIR}${SEP}
!
Squeeze
ifneq
(xpand,${COMPONENT})
OBJS
=
squeeze unsqueeze1 unsqrm1
OBJS
=
squeeze unsqueeze1 unsqrm1
else
OBJS
=
xpand asmcall
OBJS
=
xpand asmcall
endif
LIBS
=
${CLXLIB}
CDEFINES
=
-DDEBUGGING
=
0
LIBS
=
${CLXLIB}
CDEFINES
=
-DDEBUGGING
=
0
INSTALLAPPFILES
=
!
Boot
!
Help
!
Run
!
Setup
!
Sprites
[!
Sprites11]
!
Sprites22 Desc Messages Templates
CLEAN_DEPEND
=
extra_clean
include
StdTools
include
StdRules
include
DbgRules
include
AppLibs
include
CApp
unsqueeze1.h unsqueeze1.c
:
unsqueeze.o
...
...
@@ -45,7 +41,7 @@ unsqueeze.o: unsqueeze.s
unsqrm.o
:
unsqrm.s
${AOFASM}
-o
$@
unsqrm.s
extra_
clean
:
clean
:
:
${RM}
h.unsqueeze1
${RM}
c.unsqueeze1
${RM}
h.unsqrm1
...
...
@@ -53,6 +49,7 @@ extra_clean:
o.unsqueeze1
:
c.unsqueeze1
${CC}
${CFLAGS}
-o
$@
c.unsqueeze1
o.unsqrm1
:
c.unsqrm1
${CC}
${CFLAGS}
-o
$@
c.unsqrm1
...
...
This diff is collapsed.
Click to expand it.
VersionNum
View file @
528d2a57
/* (5.1
1
)
/* (5.1
2
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 5.1
1
#define Module_MajorVersion_CMHG 5.1
2
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
10 Apr
201
1
#define Module_Date_CMHG
05 Feb
201
2
#define Module_MajorVersion "5.1
1
"
#define Module_Version 51
1
#define Module_MajorVersion "5.1
2
"
#define Module_Version 51
2
#define Module_MinorVersion ""
#define Module_Date "
10 Apr
201
1
"
#define Module_Date "
05 Feb
201
2
"
#define Module_ApplicationDate "
10-Apr
-1
1
"
#define Module_ApplicationDate "
05-Feb
-1
2
"
#define Module_ComponentName "squeeze"
#define Module_ComponentPath "castle/RiscOS/Tools/Sources/squeeze"
#define Module_FullVersion "5.1
1
"
#define Module_HelpVersion "5.1
1
(
10 Apr
201
1
)"
#define Module_LibraryVersionInfo "5:1
1
"
#define Module_FullVersion "5.1
2
"
#define Module_HelpVersion "5.1
2
(
05 Feb
201
2
)"
#define Module_LibraryVersionInfo "5:1
2
"
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