summaryrefslogtreecommitdiff
path: root/v4.0/src/DEV/XMA2EMS/MAKEFILE
diff options
context:
space:
mode:
Diffstat (limited to 'v4.0/src/DEV/XMA2EMS/MAKEFILE')
-rw-r--r--v4.0/src/DEV/XMA2EMS/MAKEFILE24
1 files changed, 24 insertions, 0 deletions
diff --git a/v4.0/src/DEV/XMA2EMS/MAKEFILE b/v4.0/src/DEV/XMA2EMS/MAKEFILE
new file mode 100644
index 0000000..c739b08
--- /dev/null
+++ b/v4.0/src/DEV/XMA2EMS/MAKEFILE
@@ -0,0 +1,24 @@
1#************************ makefile for dev\xma2ems************************
2
3msg =..\..\messages
4dos =..\..\dos
5inc =..\..\inc
6hinc =..\..\h
7
8#
9####################### dependencies begin here. #########################
10#
11
12all: xma2ems.sys
13
14xma2ems.ctl: xma2ems.skl $(MSG)\$(country).MSG makefile
15
16xma2ems.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
21xma2ems.sys: xma2ems.obj makefile
22 link xma2ems;
23 exe2bin xma2ems.exe xma2ems.sys
24 del xma2ems.exe