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

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