home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / comos2.zip / TEST16.MAK < prev    next >
Text File  |  1992-12-17  |  173b  |  11 lines

  1. #
  2. #  This make file compiles the 16 bit test program using the MSC 6.000ax
  3. #
  4.  
  5. test16.exe   : test16.obj
  6.   link @test16.lnk
  7.  
  8. test16.obj   : test16.c
  9.   cl test16.c
  10.  
  11.