diff level1/atari/bootfiles/makefile @ 2720:482a547d5155 lwtools-port

Fixed so OP_DWINIT puts response in globals OP_SETTIME not sent unless response from OP_DWINIT from server is 128
author Boisy Pitre <boisy.pitre@nuance.com>
date Thu, 26 Jul 2012 12:19:43 -0500
parents bd80482517a5
children 05b648103e78
line wrap: on
line diff
--- a/level1/atari/bootfiles/makefile	Thu Jul 26 11:01:43 2012 -0500
+++ b/level1/atari/bootfiles/makefile	Thu Jul 26 12:19:43 2012 -0500
@@ -32,6 +32,7 @@
 		$(RBDW3) \
 		$(MD)/scdwv.dr \
 		$(SCDWV_NET) \
+		$(SCDWV_WIN) \
 		$(CD)/shell_21
 
 BOOTFILES	= bootfile
@@ -51,5 +52,5 @@
 	$(PADROM) -b 29696 $@
 
 clean:
-	$(RM) $(ALLOBJS) bootfile_p1 bootfile_p2
+	$(RM) $(ALLOBJS) $(BOOTFILE_P1) $(BOOTFILE_P2)