changeset 668:707d46fced97

Added gfx2
author boisy
date Thu, 26 Dec 2002 22:56:21 +0000
parents dddca251ecf8
children 16b8a49b4b16
files 3rdparty/packages/basic09/makefile
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/3rdparty/packages/basic09/makefile	Thu Dec 26 22:55:33 2002 +0000
+++ b/3rdparty/packages/basic09/makefile	Thu Dec 26 22:56:21 2002 +0000
@@ -10,7 +10,7 @@
 DEPENDS		= ./Makefile
 
 TXTFILES	= ReadMe install6809 install6309
-OBJS		= gfx inkey syscall
+OBJS		= gfx gfx2 inkey syscall
 OBJS6809	= basic09_6809 runb_6809
 OBJS6309	= basic09_6309 runb_6309
 ALLOBJS		= $(OBJS) $(OBJS6809) $(OBJS6309)
@@ -31,6 +31,9 @@
 runb_6809: runb.asm
 	$(AS) $(ASOUT)$@ $< $(M6809)
 
+runbt_6809: basic09.asm
+	$(AS) $(ASOUT)$@ $< $(M6809) -aRUNTIME=1
+
 clean: dskclean
 	$(RM) $(ALLOBJS)
 	$(OS92UNIX) $(TXTFILES)