Mercurial > hg > Members > kono > nitros9-code
comparison 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 |
comparison
equal
deleted
inserted
replaced
2719:2fda91bdc268 | 2720:482a547d5155 |
---|---|
30 $(MD)/vtio.dr $(MD)/term.dt \ | 30 $(MD)/vtio.dr $(MD)/term.dt \ |
31 $(MD)/rbf.mn \ | 31 $(MD)/rbf.mn \ |
32 $(RBDW3) \ | 32 $(RBDW3) \ |
33 $(MD)/scdwv.dr \ | 33 $(MD)/scdwv.dr \ |
34 $(SCDWV_NET) \ | 34 $(SCDWV_NET) \ |
35 $(SCDWV_WIN) \ | |
35 $(CD)/shell_21 | 36 $(CD)/shell_21 |
36 | 37 |
37 BOOTFILES = bootfile | 38 BOOTFILES = bootfile |
38 | 39 |
39 ALLOBJS = $(BOOTFILES) | 40 ALLOBJS = $(BOOTFILES) |
49 ls -l $@_p2 | 50 ls -l $@_p2 |
50 $(MERGE) $@_p2 $@_p1>$@ | 51 $(MERGE) $@_p2 $@_p1>$@ |
51 $(PADROM) -b 29696 $@ | 52 $(PADROM) -b 29696 $@ |
52 | 53 |
53 clean: | 54 clean: |
54 $(RM) $(ALLOBJS) bootfile_p1 bootfile_p2 | 55 $(RM) $(ALLOBJS) $(BOOTFILE_P1) $(BOOTFILE_P2) |
55 | 56 |