home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 June
/
SIMTEL_0692.cdr
/
msdos
/
dirutl
/
dskparm.arc
/
MAKEFILE
< prev
next >
Wrap
Text File
|
1986-10-08
|
415b
|
27 lines
# 10/6/86 asp Build PCTJ Info
# MSC V4.0 and BSW-Make
.SUFFIXES : .exe .obj .c .asm
.c.obj :
cc $(CFLAGS) -c $*.c
.asm.obj :
masm $*;
CFLAGS = -Zp
#CFLAGS = -Od -Zi
info.exe : info.obj absread.obj
link info absread;
show.exe : show.obj absread.obj
link show absread;
absread.obj : absread.asm
info.obj : info.c structs.h dosfns.h
show.obj : show.c structs.h dosfns.h