Commit aecb312b 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 6adcc543
......@@ -152,9 +152,9 @@ ${QUITRESF}: @.Resources.${LOCALE}.Quit.Res
${QUITMESS}: @.Resources.${LOCALE}.Quit.Messages
resgen quitmess_file ${QUITMESS} Resources.${LOCALE}.Quit.Messages Resources.Quit.Messages
${RAM_MODULE}: ${RAM_OBJS} ${TBOXLIB} ${ALLRESOURCES}
${RAM_MODULE}: ${RAM_OBJS} ${TBOXLIB} ${ALLRESOURCES} ${CLIB}
${mkdir} rm
${TLD} -o $@ -module ${RAM_OBJS} ${TBOXLIB} ${ALLRESOURCES}
${LD} -o $@ -module ${RAM_OBJS} ${TBOXLIB} ${ALLRESOURCES} ${CLIB}
Access $@ RW/R
o.mainRAM: main.c
......
......@@ -27,7 +27,7 @@ service-call-handler: DCS_services 0x44ec1,0x44ec2,0x44ec3
title-string: DCS
help-string: DCS_Object 1.07
help-string: DCS_Object 1.08
swi-chunk-base-number: 0x82a80
......@@ -35,4 +35,4 @@ swi-handler-code: DCS_SWI_handler
swi-decoding-table: DCS, ClassSWI, PostFilter, PreFilter
date-string: 04 Feb 1998
date-string: 17 Feb 1998
......@@ -27,7 +27,7 @@ service-call-handler: DCS_services 0x44ec1,0x44ec2,0x44ec3
title-string: DCS
help-string: DCS_Object 1.07
help-string: DCS_Object 1.08
command-keyword-table: DCS_commands
DCS_Memory()
......@@ -38,4 +38,4 @@ swi-handler-code: DCS_SWI_handler
swi-decoding-table: DCS, 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