home *** CD-ROM | disk | FTP | other *** search
- # Copyright (C) 1986 by M. J. Shannon, Jr.
- # Permission to distribute for non-commercial uses granted as long as this
- # notice is retained. Violators will be prosecuted.
-
- .SUFFIXES: .c .obj .exe
-
- setpat.obj: setpat.c mpu.h
- lc -k2 -ml setpat
-
- setpat.exe: setpat.obj mpu.lib
- link \osm\lbin\lc\l\c setpat,setpat,nul,mpu \osm\lbin\lc\l\lc
-