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

  1. #--------------------
  2. # BUTTONS1 make file
  3. #--------------------
  4.  
  5. buttons1.obj : buttons1.c
  6.      cl -c -G2sw -W3 buttons1.c
  7.  
  8. buttons1.exe : buttons1.obj buttons1.def
  9.      link buttons1, /align:16, NUL, os2, buttons1
  10.