From 2d04cacc5322951f187bb17e017c12920ac8ebe2 Mon Sep 17 00:00:00 2001 From: Mark Zbikowski Date: Thu, 25 Apr 2024 21:24:10 +0100 Subject: MZ is back! --- v4.0/src/BOOT/MAKEFILE | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 v4.0/src/BOOT/MAKEFILE (limited to 'v4.0/src/BOOT/MAKEFILE') diff --git a/v4.0/src/BOOT/MAKEFILE b/v4.0/src/BOOT/MAKEFILE new file mode 100644 index 0000000..12ac4d8 --- /dev/null +++ b/v4.0/src/BOOT/MAKEFILE @@ -0,0 +1,25 @@ +#******************** makefile for boot ***************************** + +msg =..\messages +dos =..\dos +inc =..\inc +hinc =..\h + +# +#################### dependencies begin here ############################ +# + +all: msboot.bin + +boot.cl1: boot.skl \ + $(msg)\$(COUNTRY).MSG \ + makefile + +msboot.obj: msboot.asm boot.cl1 + +msboot.bin: msboot.obj + link msboot; + exe2bin msboot.exe msboot.bin + dbof msboot.bin boot.inc 7c00 200 + copy boot.inc $(inc) + del boot.inc -- cgit v1.2.3