home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
UTILITY
/
SYSTEM
/
IOMON2.ZIP
/
IOMON.MAK
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1991-06-10
|
294 b
|
19 lines
#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