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

wirehaze git hosting

MZ is back!
[MS-DOS.git] / v4.0 / src / DEV / XMA2EMS / MAKEFILE
1 #************************ makefile for dev\xma2ems************************
2
3 msg =..\..\messages
4 dos =..\..\dos
5 inc =..\..\inc
6 hinc =..\..\h
7
8 #
9 ####################### dependencies begin here. #########################
10 #
11
12 all: xma2ems.sys
13
14 xma2ems.ctl: xma2ems.skl $(MSG)\$(country).MSG makefile
15
16 xma2ems.obj: xma2ems.asm xma1diag.inc xma2ems.cl1 $(inc)\COPYRIGH.INC \
17 parmpars.inc lim40.inc ps2_5060.inc makefile \
18 emsinit.inc genioctl.inc xma2emsp.inc lim40b.inc romscan.inc \
19 $(inc)\psdata.inc
20
21 xma2ems.sys: xma2ems.obj makefile
22 link xma2ems;
23 exe2bin xma2ems.exe xma2ems.sys
24 del xma2ems.exe