home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / INISHOW.ZIP / INISHOW.MAK < prev   
Text File  |  1989-05-05  |  219b  |  13 lines

  1.  
  2. #-------------------
  3. # INISHOW make file
  4. #-------------------
  5.  
  6. inishow.obj : inishow.c
  7.      cl -c -G2 -W3 inishow.c
  8.  
  9. inishow.exe : inishow.obj inishow.def
  10.      link inishow, /align:16, NUL, os2, inishow
  11.  
  12.  
  13.