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
a64b19d4
Commit
a64b19d4
authored
13 years ago
by
Steve Revill
Browse files
Options
Download
Email Patches
Plain Diff
Replace "-wipe" with "x wipe" in makefiles to remove annoying errors.
Version 1.73. Tagged as 'DDEUtils-1_73'
parent
3e05a9e4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
17 deletions
+17
-17
Makefile
Makefile
+1
-1
VersionASM
VersionASM
+6
-6
VersionNum
VersionNum
+10
-10
No files found.
Makefile
View file @
a64b19d4
...
...
@@ -34,7 +34,7 @@ MKDIR = do mkdir -p
AS
=
objasm
CP
=
copy
RM
=
remove
WIPE
=
-
wipe
WIPE
=
x
wipe
LD
=
link
CCFLAGS
=
-c
-depend
!
Depend
-IC
:
${THROWBACK}
ASFLAGS
=
-depend
!
Depend
-Stamp
-quit
${THROWBACK}
-o
$@
...
...
This diff is collapsed.
Click to expand it.
VersionASM
View file @
a64b19d4
...
...
@@ -11,13 +11,13 @@
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "1.7
2
"
Module_Version SETA 17
2
Module_MajorVersion SETS "1.7
3
"
Module_Version SETA 17
3
Module_MinorVersion SETS ""
Module_Date SETS "
07
Jan 2012"
Module_ApplicationDate SETS "
07
-Jan-12"
Module_Date SETS "
14
Jan 2012"
Module_ApplicationDate SETS "
14
-Jan-12"
Module_ComponentName SETS "DDEUtils"
Module_ComponentPath SETS "castle/RiscOS/Sources/Programmer/DDEUtils"
Module_FullVersion SETS "1.7
2
"
Module_HelpVersion SETS "1.7
2
(
07
Jan 2012)"
Module_FullVersion SETS "1.7
3
"
Module_HelpVersion SETS "1.7
3
(
14
Jan 2012)"
END
This diff is collapsed.
Click to expand it.
VersionNum
View file @
a64b19d4
/* (1.7
2
)
/* (1.7
3
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 1.7
2
#define Module_MajorVersion_CMHG 1.7
3
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
07
Jan 2012
#define Module_Date_CMHG
14
Jan 2012
#define Module_MajorVersion "1.7
2
"
#define Module_Version 17
2
#define Module_MajorVersion "1.7
3
"
#define Module_Version 17
3
#define Module_MinorVersion ""
#define Module_Date "
07
Jan 2012"
#define Module_Date "
14
Jan 2012"
#define Module_ApplicationDate "
07
-Jan-12"
#define Module_ApplicationDate "
14
-Jan-12"
#define Module_ComponentName "DDEUtils"
#define Module_ComponentPath "castle/RiscOS/Sources/Programmer/DDEUtils"
#define Module_FullVersion "1.7
2
"
#define Module_HelpVersion "1.7
2
(
07
Jan 2012)"
#define Module_LibraryVersionInfo "1:7
2
"
#define Module_FullVersion "1.7
3
"
#define Module_HelpVersion "1.7
3
(
14
Jan 2012)"
#define Module_LibraryVersionInfo "1:7
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