home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
pascal
/
library
/
dos
/
communic
/
iomon
/
iomon.mak
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
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