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
HWSupport
DualSerial
Commits
926340f9
Commit
926340f9
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 0.29. Tagged as 'DualSerial-0_29'
parent
356dec5f
master
DualSerial-0_29
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
23 deletions
+23
-23
VersionASM
VersionASM
+8
-8
VersionNum
VersionNum
+12
-12
test/Library/Makefile
test/Library/Makefile
+1
-1
test/SerialTerm/Makefile
test/SerialTerm/Makefile
+1
-1
test/SerialTest/Makefile
test/SerialTest/Makefile
+1
-1
No files found.
VersionASM
View file @
926340f9
;
; This file is automatically maintained by srccommit, do not edit manually.
; Last processed by srccommit version: 1.
68
.
; Last processed by srccommit version: 1.
1
.
;
GBLS Module_MajorVersion
GBLA Module_Version
...
...
@@ -11,13 +11,13 @@
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "0.2
8
"
Module_Version SETA 2
8
Module_MajorVersion SETS "0.2
9
"
Module_Version SETA 2
9
Module_MinorVersion SETS ""
Module_Date SETS "
31 Jul
20
04
"
Module_ApplicationDate SETS "
31-Jul-04
"
Module_Date SETS "
14 Jan
20
12
"
Module_ApplicationDate SETS "
14-Jan-12
"
Module_ComponentName SETS "DualSerial"
Module_ComponentPath SETS "RiscOS/Sources/HWSupport/DualSerial"
Module_FullVersion SETS "0.2
8
"
Module_HelpVersion SETS "0.2
8
(
31 Jul
20
04
)"
Module_ComponentPath SETS "
castle/
RiscOS/Sources/HWSupport/DualSerial"
Module_FullVersion SETS "0.2
9
"
Module_HelpVersion SETS "0.2
9
(
14 Jan
20
12
)"
END
This diff is collapsed.
Click to expand it.
VersionNum
View file @
926340f9
/* (0.2
8
)
/* (0.2
9
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.
68
.
* Last processed by srccommit version: 1.
1
.
*
*/
#define Module_MajorVersion_CMHG 0.2
8
#define Module_MajorVersion_CMHG 0.2
9
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
31 Jul
20
04
#define Module_Date_CMHG
14 Jan
20
12
#define Module_MajorVersion "0.2
8
"
#define Module_Version 2
8
#define Module_MajorVersion "0.2
9
"
#define Module_Version 2
9
#define Module_MinorVersion ""
#define Module_Date "
31 Jul
20
04
"
#define Module_Date "
14 Jan
20
12
"
#define Module_ApplicationDate "
31-Jul-04
"
#define Module_ApplicationDate "
14-Jan-12
"
#define Module_ComponentName "DualSerial"
#define Module_ComponentPath "RiscOS/Sources/HWSupport/DualSerial"
#define Module_ComponentPath "
castle/
RiscOS/Sources/HWSupport/DualSerial"
#define Module_FullVersion "0.2
8
"
#define Module_HelpVersion "0.2
8
(
31 Jul
20
04
)"
#define Module_LibraryVersionInfo "0:2
8
"
#define Module_FullVersion "0.2
9
"
#define Module_HelpVersion "0.2
9
(
14 Jan
20
12
)"
#define Module_LibraryVersionInfo "0:2
9
"
This diff is collapsed.
Click to expand it.
test/Library/Makefile
View file @
926340f9
...
...
@@ -37,7 +37,7 @@ CMHG = cmhg
CP
=
copy
LD
=
link
RM
=
remove
WIPE
=
-
wipe
WIPE
=
x
wipe
CD
=
dir
AFLAGS
=
-depend
!
Depend
-Stamp
-quit
...
...
This diff is collapsed.
Click to expand it.
test/SerialTerm/Makefile
View file @
926340f9
...
...
@@ -37,7 +37,7 @@ CMHG = cmhg
CP
=
copy
LD
=
link
RM
=
remove
WIPE
=
-
wipe
WIPE
=
x
wipe
CD
=
dir
AFLAGS
=
-depend
!
Depend
-Stamp
-quit
...
...
This diff is collapsed.
Click to expand it.
test/SerialTest/Makefile
View file @
926340f9
...
...
@@ -37,7 +37,7 @@ CMHG = cmhg
CP
=
copy
LD
=
link
RM
=
remove
WIPE
=
-
wipe
WIPE
=
x
wipe
CD
=
dir
AFLAGS
=
-depend
!
Depend
-Stamp
-quit
...
...
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