File gbdk.dif of Package gbdk

--- gbdk-lib/examples/gb/colorbar/Makefile
+++ gbdk-lib/examples/gb/colorbar/Makefile	2007/10/25 14:30:48
@@ -1,4 +1,4 @@
-CC	= ../../../bin/lcc -Wa-l -Wl-m
+CC	= lcc -Wa-l -Wl-m
 
 CFLAGS	= -DGBDK_2_COMPAT
 
--- gbdk-lib/examples/gb/dscan/Makefile
+++ gbdk-lib/examples/gb/dscan/Makefile	2007/10/25 14:30:56
@@ -1,4 +1,4 @@
-CC	= ../../../bin/lcc -Wa-l -Wl-m
+CC	= lcc -Wa-l -Wl-m
 
 BINS	= dscan.gb
 
--- gbdk-lib/examples/gb/gb-dtmf/Makefile
+++ gbdk-lib/examples/gb/gb-dtmf/Makefile	2007/10/25 14:31:00
@@ -1,4 +1,4 @@
-CC	= ../../../bin/lcc -Wa-l -Wl-m -DGBDK_2_COMPAT=1
+CC	= lcc -Wa-l -Wl-m -DGBDK_2_COMPAT=1
 
 BINS	= gb-dtmf.gb
 
--- gbdk-lib/examples/gb/Makefile
+++ gbdk-lib/examples/gb/Makefile	2007/10/25 14:29:49
@@ -1,4 +1,4 @@
-CC	= ../../bin/lcc -Wa-l -Wl-m -Wl-j
+CC	= lcc -Wa-l -Wl-m -Wl-j
 
 BINS	= galaxy.gb \
 	space.gb \
--- gbdk-lib/examples/gb/space.s
+++ gbdk-lib/examples/gb/space.s	2007/10/25 14:35:28
@@ -19,7 +19,7 @@
 	;; Note that the window is kept in the lower right part of the screen
 	;; since it can't be made transparent
 
-	.include	"../../libc/gb/global.s"
+	.include	"/usr/lib/gbdk/libc/gb/global.s"
 
 	.globl	.init_vram
 	.globl	.copy_vram
--- sdcc/doc/Makefile
+++ sdcc/doc/Makefile	2007/10/25 14:14:00
@@ -8,7 +8,7 @@
 
 install:
 	$(INSTALL) -d $(docdir)
-	cp -rf *.html *.txt *.pdf $(MANUAL).html $(TSS).html z80 avr $(docdir)
+	tar -cf - *.html *.txt *.pdf $(MANUAL).html $(TSS).html z80 avr | tar -C $(docdir) -xf -
 
 uninstall:
 	rm -rf $(docdir)
--- sdcc/src/SDCCy.c
+++ sdcc/src/SDCCy.c	2007/10/25 13:36:35
@@ -2493,7 +2493,7 @@
 		 case S_EEPROM:
 		     DCL_TYPE(yyvsp[0].lnk) = EEPPOINTER;
 		     break;
-		 default:
+		 default: break;
 		   // this could be just "constant" 
 		   // werror(W_PTR_TYPE_INVALID);
 		 }
openSUSE Build Service is sponsored by