changeset 497:910b1bd03739

Fixed makefile error, wrapped IFNE H6309 around gshell 6309 code
author boisy
date Wed, 09 Oct 2002 15:33:11 +0000
parents e5ba386351af
children 754d001b03d4
files 3rdparty/packages/multivue/cmds_6309/makefile 3rdparty/packages/multivue/cmds_6809/gshell.asm 3rdparty/packages/multivue/cmds_6809/makefile
diffstat 3 files changed, 11 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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:
--- 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              
--- 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: