Commit 3f79ad9e authored by Stewart Brodie's avatar Stewart Brodie
Browse files

Makefile correction to use link and not tlink.

Module version number incremented and date-string updated to give
a uniform set of dates for final Expresso build.
parent 9c496641
......@@ -143,9 +143,9 @@ rom_link:
${RESF}: @.Resources.${LOCALE}.Messages
resgen messages_file ${RESF} Resources.${LOCALE}.Messages Resources.${COMPONENT}.Messages
${RAM_MODULE}: ${RAM_OBJS} ${TBOXLIB} ${RESF}
${RAM_MODULE}: ${RAM_OBJS} ${TBOXLIB} ${RESF} ${CLIB}
${mkdir} rm
${TLD} -o $@ -module ${RAM_OBJS} ${TBOXLIB} ${RESF}
${LD} -o $@ -module ${RAM_OBJS} ${TBOXLIB} ${RESF} ${CLIB}
Access $@ RW/R
o.mainRAM: main.c
......
......@@ -27,7 +27,7 @@ service-call-handler: FontMenu_services 0x44ec1, 0x44ec2, 0x44ec3
title-string: FontMenu
help-string: FontMenu 0.20
help-string: FontMenu 0.21
command-keyword-table: FontMenu_commands
FontMenu_Memory()
......@@ -39,4 +39,4 @@ swi-handler-code: FontMenu_SWI_handler
swi-decoding-table: FontMenu,
ClassSWI, PostFilter, PreFilter
date-string: 09 Feb 1998
date-string: 17 Feb 1998
......@@ -27,7 +27,7 @@ service-call-handler: FontMenu_services 0x44ec1, 0x44ec2, 0x44ec3
title-string: FontMenu
help-string: FontMenu 0.20
help-string: FontMenu 0.21
swi-chunk-base-number: 0x82a40
......@@ -36,4 +36,4 @@ swi-handler-code: FontMenu_SWI_handler
swi-decoding-table: FontMenu,
ClassSWI, PostFilter, PreFilter
date-string: 11 Feb 1998
date-string: 17 Feb 1998
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment