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
Programmer
DDEUtils
Commits
d59890e6
Commit
d59890e6
authored
25 years ago
by
Kevin Bracey
Browse files
Options
Download
Email Patches
Plain Diff
Strange use of INSTDIR removed.
Version 1.63. Tagged as 'DDEUtils-1_63'
parent
ddf6b482
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
19 deletions
+20
-19
Makefile
Makefile
+0
-1
VersionASM
VersionASM
+11
-9
VersionNum
VersionNum
+9
-9
No files found.
Makefile
View file @
d59890e6
...
...
@@ -26,7 +26,6 @@
# Paths
#
EXP_HDR
=
<
export
$dir
>
INSTDIR
=
${INSTDIR}
.!System
#
# Generic options:
...
...
This diff is collapsed.
Click to expand it.
VersionASM
View file @
d59890e6
;
; This file is automatically maintained by srccommit, do not edit manually.
;
GBLS Module_MajorVersion
GBLA Module_Version
GBLS Module_MinorVersion
GBLS Module_Date
Module_MajorVersion SETS "1.62"
Module_Version SETA 162
Module_MinorVersion SETS ""
Module_Date SETS "22 Nov 1999"
END
GBLS Module_MajorVersion
GBLA Module_Version
GBLS Module_MinorVersion
GBLS Module_Date
GBLS Module_FullVersion
Module_MajorVersion SETS "1.63"
Module_Version SETA 163
Module_MinorVersion SETS ""
Module_Date SETS "04 Feb 2000"
Module_FullVersion SETS "1.63"
END
This diff is collapsed.
Click to expand it.
VersionNum
View file @
d59890e6
/* (1.6
2
)
/* (1.6
3
)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG
1.6
2
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
22 Nov 1999
#define Module_MajorVersion_CMHG
1.6
3
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
04 Feb 2000
#define Module_MajorVersion
"1.6
2
"
#define Module_Version 16
2
#define Module_MinorVersion
""
#define Module_Date
"22 Nov 1999
"
#define Module_MajorVersion
"1.6
3
"
#define Module_Version 16
3
#define Module_MinorVersion
""
#define Module_Date
"04 Feb 2000
"
#define Module_FullVersion "1.6
2
"
#define Module_FullVersion "1.6
3
"
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