Mercurial > hg > Members > kono > nitros9-code
changeset 2768:57b3108c144d
Found a incorrect sys.l being used in 3rdparty/packages/pacos9/makefile updated path and name so it now uses the sys6809l2.l from the lib folder.
author | drencor-xeen |
---|---|
date | Thu, 17 Jan 2013 21:45:46 -0600 |
parents | 51a38eaee97a |
children | 863cf7feafa6 |
files | 3rdparty/packages/pacos9/makefile ChangeLog |
diffstat | 2 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/3rdparty/packages/pacos9/makefile Thu Jan 17 20:08:48 2013 -0600 +++ b/3rdparty/packages/pacos9/makefile Thu Jan 17 21:45:46 2013 -0600 @@ -7,7 +7,7 @@ score90.r scrns90.r setup90.r pacos9: $(RFILES) - rlink $(RFILES) -o=pacos9 -l=$(C3BASE)/lib/sys.l + rlink $(RFILES) -o=pacos9 -l=$(NITROS9DIR)/lib/sys6809l2.l clean: $(RM) $(RFILES) pacos9
--- a/ChangeLog Thu Jan 17 20:08:48 2013 -0600 +++ b/ChangeLog Thu Jan 17 21:45:46 2013 -0600 @@ -3,6 +3,14 @@ ---------------------------------------------------------- 2013/01/17 David Ladd M ChangeLog +M 3rdparty/packages/pacos9/makefile + +Updated 3rdparty/packages/pacos9/makefile to use the newer +sys.l file. Changed the lib file to sys6809l2.l from sys.l + +---------------------------------------------------------- +2013/01/17 David Ladd +M ChangeLog M level2/coco3/cmds/makefile M level2/coco3_6309/cmds/makefile A level2/coco3/cmds/makefile_common