Mercurial > hg > Members > kono > nitros9-code
changeset 692:0e5038bbd35f
gfx2.asm added to BASIC09FILES
author | boisy |
---|---|
date | Mon, 30 Dec 2002 23:57:50 +0000 |
parents | ddf512f635d2 |
children | 908da66d0f6e |
files | level2/cmds/makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/level2/cmds/makefile Mon Dec 30 03:52:24 2002 +0000 +++ b/level2/cmds/makefile Mon Dec 30 23:57:50 2002 +0000 @@ -14,7 +14,7 @@ UTILPAK1 = attr build copy display date del deldir dir list makdir mdir \ merge mfree procs rename sleep tee tmode -BASIC09FILES = runb.asm gfx.asm inkey.asm syscall.asm +BASIC09FILES = runb.asm gfx.asm gfx2.asm inkey.asm syscall.asm LEVEL1FILES = asm.asm attr.asm backup.asm binex.asm build.asm cmp.asm cobbler.asm copy.asm date.asm deiniz.asm del.asm deldir.asm \ dir.asm display.asm dsave.asm dump.asm echo.asm edit.asm error.asm exbin.asm format.asm free.asm help.asm ident.asm iniz.asm link.asm \ list.asm load.asm login.asm makdir.asm merge.asm os9gen.asm pd.asm rename.asm \