home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / os2sdk / os2sdk11 / petzold / chap17 / bigjob5 < prev    next >
Encoding:
Text File  |  1989-02-20  |  478 b   |  20 lines

  1. #-------------------
  2. # BIGJOB5 make file
  3. #-------------------
  4.  
  5. bigjob5.obj : bigjob5.c bigjob.h
  6.      cl -c -Alfw -G2sw -W3 bigjob5.c
  7.  
  8. bigjobmt.obj : bigjobmt.c
  9.      cl -c -Alfw -G2sw -W3 bigjobmt.c
  10.  
  11. bigjob.res : bigjob.rc bigjob.h
  12.      rc -r bigjob
  13.  
  14. bigjob5.exe : bigjob5.obj bigjobmt.obj bigjob5.def
  15.      link bigjob5 bigjobmt, /align:16, NUL, /nod llibcmt os2, bigjob5
  16.      rc bigjob.res bigjob5.exe
  17.  
  18. bigjob5.exe : bigjob.res
  19.      rc bigjob.res bigjob5.exe
  20.