home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
pgmutl
/
idtag.arc
/
makefile
< prev
next >
Wrap
Makefile
|
1990-01-15
|
265b
|
15 lines
MODEL=S
CFLAGS=-Oint -Gs -J
# Makefile for IDtag by Kenji Rikitake
OBJS = idtag.obj getopt.obj idtagout.obj
idtag.exe: $(OBJS)
cl -A$(MODEL) -Feidtag $(CFLAGS) $(OBJS) -link /M
idtag.obj getopt.obj: getopt.h
idtagout.obj: tag.txt
idtag tag.txt