# HG changeset patch # User boisy # Date 1034177591 0 # Node ID 910b1bd03739c585e24f77cd7f3c290af4e7a4e8 # Parent e5ba386351af13cb0bd9c509073609442713c92e Fixed makefile error, wrapped IFNE H6309 around gshell 6309 code diff -r e5ba386351af -r 910b1bd03739 3rdparty/packages/multivue/cmds_6309/makefile --- a/3rdparty/packages/multivue/cmds_6309/makefile Wed Oct 09 15:29:57 2002 +0000 +++ b/3rdparty/packages/multivue/cmds_6309/makefile Wed Oct 09 15:33:11 2002 +0000 @@ -12,7 +12,7 @@ $(CD) ICONS; make $(CHMOD) 755 $(ALLOBJS) -gshell_6309: +gshell_6309: gshell.asm $(AS) $(ASOUT)$@ $< $(H6309) clean: diff -r e5ba386351af -r 910b1bd03739 3rdparty/packages/multivue/cmds_6809/gshell.asm --- a/3rdparty/packages/multivue/cmds_6809/gshell.asm Wed Oct 09 15:29:57 2002 +0000 +++ b/3rdparty/packages/multivue/cmds_6809/gshell.asm Wed Oct 09 15:33:11 2002 +0000 @@ -1,10 +1,12 @@ + nam GShell Graphics Shell + ttl Source derived by Kent D. Meyers. + + IFNE H6309 + * Signal handlers will have to handle new RBF call for directory updates * DIR has to be open (uses path #), but can be in READ+DIR mode * Renames, etc. will have to close DIR 1st, do function, re-open. - nam GShell Graphics Shell - ttl Source derived by Kent D. Meyers. - * Compressed Version. Started February 7, 1988. Completed February 29. * Upgraded Version. Started March 2, 1988. Finished by KDM Feb 13, 1994 * NITROS9 ONLY VERSION. Started August 8,1998 by LCB @@ -8059,4 +8061,7 @@ MODSIZE equ * end - + + ELSE +* 6809 version + ENDC diff -r e5ba386351af -r 910b1bd03739 3rdparty/packages/multivue/cmds_6809/makefile --- a/3rdparty/packages/multivue/cmds_6809/makefile Wed Oct 09 15:29:57 2002 +0000 +++ b/3rdparty/packages/multivue/cmds_6809/makefile Wed Oct 09 15:33:11 2002 +0000 @@ -12,7 +12,7 @@ $(CD) ICONS; make $(CHMOD) 755 $(ALLOBJS) -gshell_6309: +gshell_6309: gshell.asm $(AS) $(ASOUT)$@ $< $(H6309) clean: