Mercurial > hg > Members > kono > nitros9-code
comparison 3rdparty/packages/multivue/cmds_6809/makefile @ 1432:7edc948ddcaa
Fixed slight bug in 6809 version of gshell with regard to scrollbar,
updated makefiles
author | boisy |
---|---|
date | Wed, 03 Dec 2003 13:29:33 +0000 |
parents | 44d21b07a99f |
children | c8bb06c82d68 |
comparison
equal
deleted
inserted
replaced
1431:214ae6efd73e | 1432:7edc948ddcaa |
---|---|
4 | 4 |
5 OSCMDS = $(6809L2)/cmds/shell $(6809L2)/cmds/utilpak1 \ | 5 OSCMDS = $(6809L2)/cmds/shell $(6809L2)/cmds/utilpak1 \ |
6 $(6809L2)/cmds/grfdrv $(6809L2)/cmds/backup \ | 6 $(6809L2)/cmds/grfdrv $(6809L2)/cmds/backup \ |
7 $(6809L2)/cmds/format $(6809L2)/cmds/free $(6809L2)/cmds/help | 7 $(6809L2)/cmds/format $(6809L2)/cmds/free $(6809L2)/cmds/help |
8 CMDS = gshell cocopr control demo fstat \ | 8 CMDS = gshell cocopr control demo fstat \ |
9 gcal gcalc gclock gport gprint | 9 gcal gcalc gclock gport gprint gsort |
10 | 10 |
11 ALLOBJS = $(OSCMDS) $(CMDS) | 11 ALLOBJS = $(OSCMDS) $(CMDS) |
12 | 12 |
13 all: cmds $(ALLOBJS) | 13 all: cmds $(ALLOBJS) |
14 | 14 |