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
Michael Gerbracht
Menu
Commits
a09229ea
Commit
a09229ea
authored
Sep 15, 1998
by
Kevin Bracey
Browse files
Modified to use LocalRes$Path and Link 5.08.
Version 0.35. Tagged as 'Menu-0_35'
parent
6b54c342
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
15 deletions
+12
-15
Makefile
Makefile
+6
-9
VersionNum
VersionNum
+6
-6
No files found.
Makefile
View file @
a09229ea
...
...
@@ -113,9 +113,10 @@ install_rom: ${ROM_MODULE}
${CP}
${ROM_MODULE}
${INSTDIR}
.
${COMPONENT}
${CPFLAGS}
@
echo
${COMPONENT}
: Module installed
(
ROM
)
resources
:
Resources.${LOCALE}.
Messages
resources
:
LocalRes:
Messages
${MKDIR}
${RESDIR}
${CP}
Resources.
${LOCALE}
.Messages
${RESDIR}
.Messages
${CPFLAGS}
TokenCheck LocalRes:Messages
${CP}
LocalRes:Messages
${RESDIR}
.Messages
${CPFLAGS}
@
echo
${COMPONENT}
: resource files copied to Messages module
clean
:
...
...
@@ -123,7 +124,6 @@ clean:
${WIPE}
aof
${WFLAGS}
${WIPE}
rm
${WFLAGS}
${WIPE}
linked
${WFLAGS}
${WIPE}
map
${WFLAGS}
@
echo
${COMPONENT}
: cleaned
${ROM_MODULE}
:
${OBJS} ${TBOXLIB} ${ROMCSTUBS}
...
...
@@ -133,15 +133,12 @@ ${ROM_MODULE}: ${OBJS} ${TBOXLIB} ${ROMCSTUBS}
# final link for ROM Image (using given base address)
rom_link
:
${MKDIR}
linked
${MKDIR}
map
${LD}
-o
linked.
${COMPONENT}
-bin
-base
${ADDRESS}
${ROM_MODULE}
${ABSSYM}
\
-map
>
map.
${COMPONENT}
truncate
map.
${COMPONENT}
linked.
${COMPONENT}
${LD}
-o
linked.
${COMPONENT}
-rmf
-base
${ADDRESS}
${ROM_MODULE}
${ABSSYM}
${CP}
linked.
${COMPONENT}
${LINKDIR}
.
${COMPONENT}
${CPFLAGS}
@
echo
${COMPONENT}
: rom_link
complete
${RESF}
:
@.Resources.${LOCALE}.
Messages
resgen messages_file
${RESF}
Resources.
${LOCALE}
.
Messages Resources.
${COMPONENT}
.Messages
${RESF}
:
LocalRes:
Messages
resgen messages_file
${RESF}
LocalRes:
Messages Resources.
${COMPONENT}
.Messages
${RAM_MODULE}
:
${RAM_OBJS} ${TBOXLIB} ${RESF} ${CLIB}
${mkdir}
rm
...
...
VersionNum
View file @
a09229ea
/* (0.3
4
)
/* (0.3
5
)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 0.3
4
#define Module_MajorVersion_CMHG 0.3
5
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 1
0 Aug
1998
#define Module_Date_CMHG 1
5 Sep
1998
#define Module_MajorVersion "0.3
4
"
#define Module_Version 3
4
#define Module_MajorVersion "0.3
5
"
#define Module_Version 3
5
#define Module_MinorVersion ""
#define Module_Date "1
0 Aug
1998"
#define Module_Date "1
5 Sep
1998"
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