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

  1. file=vioinit
  2.  
  3. $(file).obj : $(file).c
  4.      cl -c -AH -G2 -Os -Zp -Zi $(file).c
  5.  
  6. $(file).exe : $(file).obj
  7.       link $(file), $(file)/co, $(file)/map, llibce.lib doscalls.lib ;
  8.