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

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