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
Timothy E Baldwin
Debugger
Commits
deb7de04
Commit
deb7de04
authored
Apr 20, 1999
by
David Cotton
Browse files
Now also creates and removed the rm directory. Should now build straight from CVS.
Version 1.59. Tagged as 'Debugger-1_59'
parent
f3598d27
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
11 deletions
+13
-11
Makefile
Makefile
+2
-0
VersionASM
VersionASM
+4
-4
VersionNum
VersionNum
+7
-7
No files found.
Makefile
View file @
deb7de04
...
...
@@ -67,6 +67,7 @@ install_rom: $(TARGET)
clean
:
${WIPE}
rm.
${MACHINE}
${WFLAGS}
${RM}
rm.
${MACHINE}
${RM}
rm
$(RM)
$(TARGET)
$(RM)
TokHelpSrc
@
echo
${COMPONENT}
: cleaned
...
...
@@ -87,6 +88,7 @@ resources-: resources_common
print LocalRes:CmdHelp
{
>>
${RESDIR}
.
${COMPONENT}
.Messages
}
local_dirs
:
${MKDIR}
rm
${MKDIR}
rm.
${MACHINE}
$(TARGET)
:
$(SOURCE) TokHelpSrc
...
...
VersionASM
View file @
deb7de04
...
...
@@ -6,9 +6,9 @@
GBLS Module_MinorVersion
GBLS Module_Date
GBLS Module_FullVersion
Module_MajorVersion SETS "1.5
8
"
Module_Version SETA 15
8
Module_MajorVersion SETS "1.5
9
"
Module_Version SETA 15
9
Module_MinorVersion SETS ""
Module_Date SETS "
19
Apr 1999"
Module_FullVersion SETS "1.5
8
"
Module_Date SETS "
20
Apr 1999"
Module_FullVersion SETS "1.5
9
"
END
VersionNum
View file @
deb7de04
/* (1.5
8
)
/* (1.5
9
)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 1.5
8
#define Module_MajorVersion_CMHG 1.5
9
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
19
Apr 1999
#define Module_Date_CMHG
20
Apr 1999
#define Module_MajorVersion "1.5
8
"
#define Module_Version 15
8
#define Module_MajorVersion "1.5
9
"
#define Module_Version 15
9
#define Module_MinorVersion ""
#define Module_Date "
19
Apr 1999"
#define Module_Date "
20
Apr 1999"
#define Module_FullVersion "1.5
8
"
#define Module_FullVersion "1.5
9
"
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