home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / x / xmm12.zip / XMS20.ZIP / TESTS.ZIP / TEST < prev    next >
Text File  |  1989-02-07  |  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.