home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Programmierung / SOURCE.mdf / programm / msdos / pascal / xmm12 / xms20 / tests / test < prev    next >
Encoding:
Text File  |  1989-02-07  |  88 b   |  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.