home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / VIOREG.ZIP / TEST.M < prev    next >
Text File  |  1989-05-21  |  201b  |  7 lines

  1. test.obj : test.c
  2.      cl -c -Alnu -G2s -Zi test.c
  3.  
  4. test.dll : test.obj test.def
  5.      link test.obj, test.dll /co , test.map/map, llibce.lib doscalls.lib, test.def
  6.      implib test.lib test.def
  7.