home *** CD-ROM | disk | FTP | other *** search
- #make file for the I/O Monitor
- OBJ1=ioisr.obj ioinit.obj
- AINC=ioequ.inc iostruc.inc iodat.inc iomac.inc
-
- .asm.obj:
- masm $*;
-
- # ASM Sources
-
- ioisr.obj: $*.asm $(AINC)
-
- ioinit.obj: $*.asm $(AINC)
-
-
- # Executable
-
- iom.exe: $(OBJ1)
- link @iom.lnk