MZ is back!

This commit is contained in:
Mark Zbikowski
2024-04-25 21:24:10 +01:00
committed by Microsoft Open Source
parent 8ee9712c74
commit 2d04cacc53
1339 changed files with 527719 additions and 3 deletions

25
v4.0/src/BOOT/MAKEFILE Normal file
View File

@@ -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