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

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