]> wirehaze git hosting - MS-DOS.git/blob - v4.0/src/BOOT/MAKEFILE

wirehaze git hosting

MZ is back!
[MS-DOS.git] / v4.0 / src / BOOT / MAKEFILE
1 #******************** makefile for boot *****************************
2
3 msg =..\messages
4 dos =..\dos
5 inc =..\inc
6 hinc =..\h
7
8 #
9 #################### dependencies begin here ############################
10 #
11
12 all: msboot.bin
13
14 boot.cl1: boot.skl \
15 $(msg)\$(COUNTRY).MSG \
16 makefile
17
18 msboot.obj: msboot.asm boot.cl1
19
20 msboot.bin: msboot.obj
21 link msboot;
22 exe2bin msboot.exe msboot.bin
23 dbof msboot.bin boot.inc 7c00 200
24 copy boot.inc $(inc)
25 del boot.inc