home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / prog_pm / chap11 / buttons2 < prev    next >
Encoding:
Text File  |  1989-01-09  |  294 b   |  13 lines

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