Commit 28ec10f3 authored by Stewart Brodie's avatar Stewart Brodie
Browse files

Moved to srccommit.

  Dynamic dependencies stripped from Makefile
  rom_link phase improved.
Admin:
  Built.

Version 0.22. Tagged as 'FontMenu-0_22'
parent 3f79ad9e
......@@ -14,3 +14,4 @@
|
Dir <Obey$Dir>
amu_machine clean
stripdepnd Makefile
......@@ -97,7 +97,7 @@ RESF=o.msgs
# Rule patterns
#
.c.o:; ${CC} ${CFLAGS} ${ROMFLAGS} -o $@ $<
.cmhg.o:; ${CMHG} -o $@ $<
.cmhg.o:; ${CMHG} -depend !Depend -p -o $@ $<
#
# Main rules:
......@@ -133,10 +133,7 @@ ${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
......
/* (0.22)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 0.22
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 07 Mar 2000
#define Module_MajorVersion "0.22"
#define Module_Version 22
#define Module_MinorVersion ""
#define Module_Date "07 Mar 2000"
#define Module_FullVersion "0.22"
......@@ -17,7 +17,7 @@
; Author: IDJ
; History: 7-Oct-93: IDJ: version 1.00
;
#include "VersionNum"
initialisation-code: FontMenu_init
......@@ -27,7 +27,7 @@ service-call-handler: FontMenu_services 0x44ec1, 0x44ec2, 0x44ec3
title-string: FontMenu
help-string: FontMenu 0.21
help-string: FontMenu Module_MajorVersion_CMHG Module_MinorVersion_CMHG
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: 17 Feb 1998
date-string: Module_Date_CMHG
......@@ -17,7 +17,7 @@
; Author: IDJ
; History: 7-Oct-93: IDJ: version 1.00
;
#include "VersionNum"
initialisation-code: FontMenu_init
......@@ -27,7 +27,7 @@ service-call-handler: FontMenu_services 0x44ec1, 0x44ec2, 0x44ec3
title-string: FontMenu
help-string: FontMenu 0.21
help-string: FontMenu Module_MajorVersion_CMHG Module_MinorVersion_CMHG
swi-chunk-base-number: 0x82a40
......@@ -36,4 +36,4 @@ swi-handler-code: FontMenu_SWI_handler
swi-decoding-table: FontMenu,
ClassSWI, PostFilter, PreFilter
date-string: 17 Feb 1998
date-string: Module_Date_CMHG
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