home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / microsft / xms20.arc / TESTS.ARC / TEST < prev    next >
Text File  |  1989-03-21  |  88b  |  6 lines

  1. test.obj: test.c
  2.     cl -c test.c
  3.  
  4. test.exe: test.obj xmm.lib
  5.     link test,,,xmm;
  6.