diff options
Diffstat (limited to 'v4.0/src/DEV/XMA2EMS/MAKEFILE')
| -rw-r--r-- | v4.0/src/DEV/XMA2EMS/MAKEFILE | 24 |
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 | |||
| 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 | ||