comparison level2/makefile @ 1483:0840929fea5d

L2 now uses 80x24 window for boot screen
author boisy
date Fri, 19 Dec 2003 13:26:08 +0000
parents 7687a6621d7a
children c1ea211c5750
comparison
equal deleted inserted replaced
1482:527db1af297a 1483:0840929fea5d
1 include ../rules.mak 1 include ../rules.mak
2 2
3 RELEASE = nos96809l2v030200 3 RELEASE = nos96809l2v030200
4 BOOTFILE = bootfiles/bootfile_vdg 4 BOOTFILE = bootfiles/bootfile_win80
5 BOOTFILE_DS80 = bootfiles/bootfile_vdg_ds80 5 BOOTFILE_DS80 = bootfiles/bootfile_win80_ds80
6 KERNELFILE = bootfiles/kernel_stock 6 KERNELFILE = bootfiles/kernel_stock
7 DIRS = cmds modules defs sys bootfiles 7 DIRS = cmds modules defs sys bootfiles
8 8
9 CMDS = $(shell $(CD) cmds; make showobjs) 9 CMDS = $(shell $(CD) cmds; make showobjs)
10 BOOTTRACK = $(shell $(CD) modules; make showboottrack) 10 BOOTTRACK = $(shell $(CD) modules; make showboottrack)