home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0020 - 0029 / ibm0020-0029 / ibm0028.tar / ibm0028 / PV31-3.ZIP / EXAMPLES / EXAMPLE5 / EXAMPLE5.MAK < prev    next >
Encoding:
Text File  |  1991-02-01  |  502 b   |  16 lines

  1. ALL : Example5.exe
  2.  
  3. Example5.obj : Example5.c Example5.h
  4.      cl -AM -c -Gsw -Od -W2 -Zip Example5.c
  5.  
  6. Example5.res : Example5.rc Example5.h
  7.      rc -r Example5.rc
  8.  
  9. Example5.exe : Example5.obj Example5.def Example5.res
  10.      link /CO Example5, /align:16, NUL, /nod mlibcew libw pv pvctl, Example5
  11.      rc Example5.res
  12.  
  13. #*******************************************************************#
  14. # End of make file : example5
  15. #*******************************************************************#
  16.