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

  1. ALL : EXAMPLE2.EXE
  2.  
  3. Example2.obj : Example2.c Example2.h
  4.     cl -D LINT_ARGS -c -AM -Gsw -Od -W2 -Zipde /FPi Example2.c
  5.  
  6. Example2.exe: Example2.obj Example2.def
  7.     link Example2,/align:16,, libw mlibcew pv pvctl /NOD, Example2.def
  8.     rc example2.exe
  9.  
  10. #*******************************************************************#
  11. # End of make file : Example2
  12. #*******************************************************************#
  13.