home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / msj / msjv3_1 / saywhat / swp.mak < prev    next >
Encoding:
Text File  |  1989-03-02  |  327 b   |  17 lines

  1. # Figure 1pm
  2. # =========
  3.  
  4.  
  5. #  MAKE file for SAYWHAT (Presentation Manager version)
  6.  
  7. swp.obj:    swp.c  swp.h
  8.     cl -c -AS -DLINT_ARGS -G2csw -Oat -W3 -Zp swp.c
  9.  
  10. swp.res:    swp.rc  swp.h
  11.     rc -r swp.rc
  12.  
  13. saywhatp.exe:  swp.obj  swp.res  swp.def
  14.     link @swp.lnk
  15.     mapsym saywhat
  16.     rc swp.res saywhat.exe
  17.