home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / HELPPRG.ZIP / HELPSAMP < prev    next >
Text File  |  1989-07-05  |  422b  |  17 lines

  1. #--------------------
  2. # HELPSAMP make file
  3. #--------------------
  4.  
  5. helpsamp.obj : helpsamp.c helpsamp.h
  6.      cl -c -Zi -G2sw -W3 helpsamp.c
  7.  
  8. helpsamp.res : helpsamp.rc helpsamp.h helpsamp.ico
  9.      rc -r helpsamp
  10.  
  11. helpsamp.exe : helpsamp.obj helpsamp.def
  12.      link/co helpsamp.obj, /align:16, NUL, os2.lib slibcep helplib/NOD, helpsamp
  13.      rc helpsamp.res
  14.  
  15. helpsamp.exe : helpsamp.res
  16.      rc helpsamp.res
  17.