home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / MSMOUSE2.ZIP / UTILS.ZIP / EGATESTL.MAK < prev    next >
Encoding:
Text File  |  1989-02-10  |  144 b   |  6 lines

  1. egatest.obj:    egatest.c egatest.h cefunc.h
  2.     cl /W3 /AL egatest.c /c
  3.  
  4. egatestl.exe:    egatest.obj
  5.     link egatest,egatestl,,ega.lib cefuncl.lib;
  6.