Commit fb12a6a7 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.
......@@ -148,9 +148,9 @@ ${RESF}: @.Resources.${LOCALE}.Res
resgen res_file ${RESF} Resources.${LOCALE}.Res Resources.${COMPONENT}.Res
${RAM_MODULE}: ${RAM_OBJS} ${TBOXLIB} ${RESF} ${MSGSF}
${RAM_MODULE}: ${RAM_OBJS} ${TBOXLIB} ${RESF} ${MSGSF} ${CLIB}
${mkdir} rm
${TLD} -o $@ -module ${RAM_OBJS} ${TBOXLIB} ${RESF} ${MSGSF}
${LD} -o $@ -module ${RAM_OBJS} ${TBOXLIB} ${RESF} ${MSGSF} ${CLIB}
Access $@ RW/R
o.mainRAM: main.c
......
......@@ -29,7 +29,7 @@ service-call-handler: FileInfo_services 0x44ec1, 0x44ec2, 0x44ec3
title-string: FileInfo
help-string: FileInfo 0.15
help-string: FileInfo 0.16
command-keyword-table: FileInfo_commands
FileInfo_Memory()
......@@ -40,4 +40,4 @@ swi-handler-code: FileInfo_SWI_handler
swi-decoding-table: FileInfo, ClassSWI, PostFilter, PreFilter
date-string: 04 Feb 1998
date-string: 17 Feb 1998
......@@ -29,7 +29,7 @@ service-call-handler: FileInfo_services 0x44ec1, 0x44ec2, 0x44ec3
title-string: FileInfo
help-string: FileInfo 0.15
help-string: FileInfo 0.16
swi-chunk-base-number: 0x82ac0
......@@ -37,4 +37,4 @@ swi-handler-code: FileInfo_SWI_handler
swi-decoding-table: FileInfo, ClassSWI, PostFilter, PreFilter
date-string: 04 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